spring-cloud-config icon indicating copy to clipboard operation
spring-cloud-config copied to clipboard

Support sending events to clients with HTTP instead of AMPQ / kafka with Spring Cloud Config Monitor

Open code-magician323 opened this issue 3 years ago • 1 comments

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.

code-magician323 avatar Sep 16 '22 16:09 code-magician323

This would require the config server to know all the endpoints of the clients (or use something like the discovery server to discover them).

ryanjbaxter avatar Sep 16 '22 21:09 ryanjbaxter