You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc-servlet was added as part of grpc/grpc-java#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.
The text was updated successfully, but these errors were encountered:
The problem
grpc-servlet was added as part of grpc/grpc-java#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.
The text was updated successfully, but these errors were encountered: