Skip to content
Discussion options

You must be logged in to vote

Do you have a dotted named property in your deployed application? Setting only QUARKUS_GRPC_CLIENTS__RUNTIME_REPORTER__HOST is not enough, because we dont know how to match RUNTIME_REPORTER. Is it runtime.reporter or runtime-reporter? By default, it uses the dot.

So in these cases, you need to add a quarkus.grpc.clients.runtime-reporter.host somewhere (it may be empty) to help disambiguate the name. Please check https://quarkus.io/guides/config-reference#environment-variables

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@radcortez
Comment options

Answer selected by LarsSven
@LarsSven
Comment options

@LarsSven
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment