Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable grpc-spring-boot-starter? #1095

Closed
youyinnn opened this issue Apr 20, 2024 · 1 comment
Closed

How to disable grpc-spring-boot-starter? #1095

youyinnn opened this issue Apr 20, 2024 · 1 comment
Labels
question A question about this library or its usage

Comments

@youyinnn
Copy link

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?

@youyinnn youyinnn added the question A question about this library or its usage label Apr 20, 2024
@youyinnn
Copy link
Author

I found the solution in: #419.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question about this library or its usage
Projects
None yet
Development

No branches or pull requests

1 participant