Is your feature request related to a problem? Please describe.
I want to send events from spring-cloud-config with spring-cloud-config-monitor
, through HTTP, instead of AMPQ / Kafka.
Describe the solution you'd like I'd like the server to send HTTP requests to all of the clients instead of publishing a message, which requires fit infrastructure.
Comment From: ryanjbaxter
This would require the config server to know all the endpoints of the clients (or use something like the discovery server to discover them).