-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass MessageClient to config provider #468
Comments
@lenny-intel could you please provide the suggestion about how to implement it? is it possible to pass a messageClient channel to the configuration provider? |
@cloudxxx8 , my understanding is your Config Provider Client implementation is subscribing to the changes via the MessageBus, correct? Please add this to the agenda for this weeks Core WG. |
we can try to pass a subscription function as callback to WaitForChange??? |
move to icebox, because the effort of implementing this feature is large |
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for allDescription [REQUIRED]
We implemented a new config provider which uses the message bus to watch for configuration changes.
It would be better if the go-mod-bootstrap can find a way to pass the Message Client to the config provider, because the config provider doesn't have the capability to retrieve credentials.
It also can allow the additional metrics collected from the config provider, such as configuration change times.
Describe the solution you'd like
TBDThe text was updated successfully, but these errors were encountered: