Closed
Description
I am a bit confused why this project relies on Spring and, in particular, Spring WebFlux. This doesn't sound right for something that can be used as a client to rabbit.
Due to the current dependency structure, simply adding this jar will signal to Spring Boot that it has to start a web server. One might argue that the sole presence of spring-webflux
is too weak but that ship has sailed unfortunately.
What is the rationale for using Spring WebFlux?