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

Make quarkus.artemis.url optional #36

Closed
zhfeng opened this issue Apr 12, 2022 · 1 comment · Fixed by #82
Closed

Make quarkus.artemis.url optional #36

zhfeng opened this issue Apr 12, 2022 · 1 comment · Fixed by #82
Labels
enhancement New feature or request

Comments

@zhfeng
Copy link
Contributor

zhfeng commented Apr 12, 2022

I just moved quarkusio/quarkus#18231 here to track it.

@turing85
Copy link
Contributor

@zhfeng What is the current status on how this should behave? Based on the implementation I am doing in #20, I can quite easily:

  • return nulls when the URL is not set at runtime
  • exclude everything with null URL from the health check(s).

This could ultimately lead to a situation where the health endpoint has no items, i.e. always returns "UP".

Are those specifications acceptable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants