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

Add a configuration value/switch to disable the GRPC server in dev mode #19721

Closed
fabland opened this issue Aug 27, 2021 · 2 comments · Fixed by #20354
Closed

Add a configuration value/switch to disable the GRPC server in dev mode #19721

fabland opened this issue Aug 27, 2021 · 2 comments · Fixed by #20354
Labels
Milestone

Comments

@fabland
Copy link

fabland commented Aug 27, 2021

Description

Add a configuration value/switch to disable the GRPC server in dev mode

At the moment there is no way to disable starting of the GRPC server in dev mode. For instance if only the client is used it is weird to have to assign a random port to the GRPC server to solve port collision for instance from a real GRPC server. So I don't really know if this is an actual feature request or a small bug.

Implementation ideas

Have a configuration value which disables the starting of the server, e.g.:
quarkus.grpc.server.enable

@fabland fabland added the kind/enhancement New feature or request label Aug 27, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 27, 2021

/cc @cescoffier, @michalszynkiewicz

@michalszynkiewicz
Copy link
Member

@fabland would you be interested in contributing this? :)

michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Sep 23, 2021
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Sep 23, 2021
@quarkus-bot quarkus-bot bot added this to the 2.4 - main milestone Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants