grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.41k stars 808 forks source link

Add support for grpc-servlet #1085

Open Sineaggi opened 3 months ago

Sineaggi commented 3 months ago

The problem

grpc-servlet was added as part of https://github.com/grpc/grpc-java/issues/1621. grpc-spring should consider supporting grpc-servlet as an alternative to the existing network integrations.

The solution

Make grpc-servlet (i.e. running grpc-spring with a spring-boot-starter-web dependency) a supported way to integrate grpc with existing spring servlet applications.

Alternatives considered

Continue only supporting netty-based grpc runtimes.

Additional context

Add any other context or screenshots about the feature request here.