Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Introduce message broker to broadcast announcements from informers to proxies #118

Closed
shashankram opened this issue Feb 4, 2020 · 0 comments
Assignees

Comments

@shashankram
Copy link
Member

Currently a single 'announcement' channel is used across the code to announce topology changes to envoy proxies. Since a Go channel is between 2 endpoints only, it is not possible to announce changes from informers to multiple proxies as is.
Introduce a message broker to distribute announcements from informers to subscribed proxies.

@shashankram shashankram self-assigned this Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant