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
I have a Spring Boot application running on a tomcat server with a few REST endpoints exposed.
As gRPC can be deployed as a standalone service , it manages it’s own connections and port. Wouldn’t it be problematic to go with this approach of running it on a tomcat server ?
The text was updated successfully, but these errors were encountered:
I have a Spring Boot application running on a tomcat server with a few REST endpoints exposed.
As gRPC can be deployed as a standalone service , it manages it’s own connections and port. Wouldn’t it be problematic to go with this approach of running it on a tomcat server ?
The text was updated successfully, but these errors were encountered: