-
Notifications
You must be signed in to change notification settings - Fork 12
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 ArtemisJmsRABuildItem #584
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@vsevel can you check this fix with your project? |
I now get:
deps:
seems everything is working nicely. what would you say that it only partially fixes the issue @zhfeng ? what would be still missing? some additional checks we could do in the artemis RA?
do you want the status to be always |
Thanks @vsevel - that's great to hear it is working! I mean partially fix when only introducing the @turing85 what do you think about the status? I just bowrrow your codes from the If all of the connection factories are |
it is a vast subject. in the company, we decided to disable most of the health checks, and extended them to map them onto to me the proper way would be to have a check per connection factory, all tied to wellness. this should not be a startup check because it does not prevent the app from starting, and work partially. it should not be readiness because it does not prevent the app from working partially, and it should not be liveness because a restart is not going to magically solve the loss of connectivity. |
The check is not always up. The call to
is the same as calling
Basically, the check starts as being |
yes you are right @turing85 I missed it. |
@vsevel Believe me, I am on your side on this one. I triggered a discussion about this a while back. Don't remember where though. Either zulip or the mailing list. |
So... is this MR ready4merge? |
me too ;-)
I think so. still not clear whether or not the initial issue is completely fixed. |
It could fix #580 partly, and we still need to consider how to do the health check in
quarkus-artemis-ra
.