amenezes / config-client

config-client package for spring cloud config and cloud foundry
https://config-client.amenezes.net/
Apache License 2.0
24 stars 17 forks source link

Config Server installation that uses Spring Cloud Stream to propagate configuration changes #50

Open g-crocker opened 1 year ago

g-crocker commented 1 year ago

Need/Ideas Statement

We have a Spring Cloud Config that has RabbitMQ binders to propagate changes made to the config server.

Will this library be able to listen to these changes? How will it know when configurations are changed in the server?

amenezes commented 1 year ago

@g-crocker,

The current version doesn't support this feature, but I think it can be added.

Could you share some more information, so I can reproduce the behavior locally?