I'm looking at this:
From what I understand the deployer is responsible for determining changes to be applied to engines and then also manages indexing that content in ES.
If I have N replicas of this delivery pod, when changes are inbound and get re-indexed, does every single deployer container across the N pod replicas submit the same change for indexing? or is this somehow coordinated so only one deployer is responsible for the indexing. Amongst indexing via searchIndexingProcessor I see other things in the pipeline, is only one deployer responsible for all of this?
thanks!