Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ES addition logic in Destination
This is a second take on #12427, which avoided a theoretical/correctness issue around overwritting new ES addresses with stale data. We had to revert that in #12589 because the change introduced a bug, by returning early when the ES had no addresses and failed to properly initiallize `addesses` for the portPublisher. This just removes the early return.
- Loading branch information