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

How does the Spring Cloud Config Client & Spring Cloud Bus work with Project Reactor?

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

I'd like to understand how Spring Cloud Config Client & Spring Cloud Bus work with Project Reactor? Are they reactive, or synchronous even for reactive applications? If so, I'd like to request reactive support as a feature request.

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

Config clients may use WebFlux.

Bus does not use Project Reactor at all and is using Spring Cloud Stream, I dont see why it would need to use Project Reactor.

ryanjbaxter avatar Sep 16 '22 21:09 ryanjbaxter