Questions about having proxy with spring cloud and micro-service with spring webflux together in a cluster
We have a proxy server implemented in spring cloud using reactive. I am trying to add a new micro-service in our cluster. The requests are going to be served first by our reactive proxy service and then served by my new micro-service. My questions are the followings;