Disabling the server for actual application #445
Labels
feedback required
Information are missing or feedback for suggestions is requested
question
A question about this library or its usage
The context
I have the server dependencies included in my project because I want to make some mock servers for some integration tests. However, in my actual application, I only need the client.
The question
When I start my application, I notice this log line:
method=createAndStartGrpcServer line=91 - gRPC Server started, listening on address: *, port: 9090
Is there a way to disable the server? I didn't see too much about the actual configuration properties in the documentation other than being able to change the port.
The application's environment
Which versions do you use?
The text was updated successfully, but these errors were encountered: