spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Support using the same port for Spring WebFlux and gRPC #19

Open making opened 1 month ago

making commented 1 month ago

Similar to #18, but it would also be desirable to be able to share the Netty for Spring WebFlux with the Netty for gRPC like Armeria https://armeria.dev/docs/advanced-spring-webflux-integration

linux-china commented 4 weeks ago

How about reactive-grpc for Reactor style? I create a demo on https://github.com/linux-china/grpc-reactive-server