-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Integrate azure-spring-cloud-servicebus-queue-stream-binder with Spring Boot Health Check (under binders) #14571
Comments
Hi @hirowla, someone from the |
Hi @hirowla , thanks for your reporting. We will investigate this feature. |
We've backlogged this ask and will provide an update by November this year. |
hi, we are interested in this feature as well! |
Looking forward for the solution. |
Any progress on this? It is a very important feature. For Topic as well. |
@Manuel-Moya The health check for both Azured Spring Cloud Service Bus queue & topic binders are under development now, please stay tuned. |
The PR of the service bus health indicator has been merged into the main branch, please wait for the next release. |
Is your feature request related to a problem? Please describe.
When using the azure-spring-cloud-servicebus-queue-stream-binder library, the "health" of the binder component is always "UNKNOWN". This should not be the case when a connection to ServiceBus is in fact available. This is the current output.
Describe the solution you'd like
I'd like a health check on the connection to ServiceBus to give an UP/DOWN/STATUS depending on the status of the binder. This should be in a similar way to how it works for the RabbitMQ binder.
The output from the /actuator/health URL would be similar to the following (other pieces removed):
Describe alternatives you've considered
There's always a possibility of writing a manual health check, but this would be common for all users of this component so I suggest that it should be provided (like RabbitMQ provides)
Additional context
Add any other context or screenshots about the feature request here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: