gRPC currently don't work well in embedded Tomcat or embedded Netty envs. Document what we know works and don't work and work arounds.
Specifically, if someone uses the client lib in Spring Boot, they need to exclude tomcat starter and use jetty starter instead.
Corollary to this, in each module's README, refer to this section for supported envs.
gRPC currently don't work well in embedded Tomcat or embedded Netty envs. Document what we know works and don't work and work arounds.
Specifically, if someone uses the client lib in Spring Boot, they need to exclude tomcat starter and use jetty starter instead.
Corollary to this, in each module's README, refer to this section for supported envs.