Is it possible to use [spring-cloud-netflix] as service discovery for RSocket services? If not what are possible options.

Comment From: OlgaMaciaszek

Hello @hsonawane, Spring Cloud Netflix provides support for Netflix/Eureka, which is an HTTP tool. You can use RSocket Broker and RSocket Broker Client for RSocket service discovery and routing. You can use RSocket Broker Http Bridge to route between HTTP and RSocket services.