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 the grpc-spring-boot-starter in the dependency. Therefore, it starts the grpc server automatically.
But I don't want it to be like that by default. The scenario is I will start the grpc in any of my unit tests. And my unit test is parallel.
Therefore, it throws the Failed to bind to address error.
Is there any grpc.server.enabled = false configuration?
The text was updated successfully, but these errors were encountered:
I have the grpc-spring-boot-starter in the dependency. Therefore, it starts the grpc server automatically.
But I don't want it to be like that by default. The scenario is I will start the grpc in any of my unit tests. And my unit test is parallel.
Therefore, it throws the Failed to bind to address error.
Is there any
grpc.server.enabled = false
configuration?The text was updated successfully, but these errors were encountered: