-
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
[FEATURE REQ] Provide a health indicator for Service Bus Spring starter #21976
Comments
Reopen it for the Service Bus health indicator hasn't been added for auto-configuration. |
I'm sorry, I'm a bit confused with all these issues being linked throughout. Is it possible to get health indicators through the service bus clients, or is this still in the backlog? |
Sorry @AndreasPetersen, it's still in the backlog. We will look into the tracing implementation in #30507 to see whether it can provide the health info, but this feature request is a lower priority now. |
Add new tier and sku - Standard_Basic for Application Gateway (Azure#21976) * Add new tier and sku for standard_basic * spaces
The tracer will collect information whenever sending or receiving messages, but what if an application with a sender or receiver but has no messages flowing, should we consider the application is healthy? So for a health indicator we should not depend on the messages flowing on the connection, metrics like active connection might be more suitable in this case. |
Would it be possible to send a ping message to check the health of the connection? The lack of a health indicator is a huge issue for us given #34588 . |
Hi @AndreasPetersen , the service bus sdk client doesn't expose any interfaces for us to check the status of it, so it's still blocked. |
Thank you for the reply @Netyyyy . Is there an issue on exposing any such interfaces? |
Sorry, I have no idea about that. Maybe @anuchandy could help you. |
Hi @saragluna, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
Context
In Spring Cloud Azure 4.0, we added a starter for Azure Service Bus. Each client should have one health indicator for it, and it's the same for the Service Bus clients.
Goal
With this health indicator, users shall be able to check the health status of Service Bus clients.
The text was updated successfully, but these errors were encountered: