You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Hybrid Connections - Get API, we can easily retrieve the number of currently connected listeners of a Hybrid Connection.
It would be great if we could get ListenerConnected and ListenerDisconnected events in Azure Event Grid for this, such that our application can respond to listeners coming up or going down. For example, it would be great if we could show in our application's UI that a listener is currently connected, and have that status display change when the listener disconnects, without polling Azure's REST API all the time.
Actual Behavior
The Azure Service Bus as an Event Grid source article shows that there are currently four events exposed from Azure Service Bus via Azure Event Grid, but none of them related to Hybrid Connections. Also, the Event Grid overview page does not list Azure Relay as a dedicated technology that exposes events via Event Grid.
Expected Behavior
ListenerConnected and ListenerDisconnected events should be available via Azure Event Grid, either via a dedicated Azure Relay event source, or via the existing Azure Service Bus event source.
The text was updated successfully, but these errors were encountered:
An alternative could be to have a single ListenerCountChanged event, because all we are actually interested in is the number of active listeners, i.e. if there's none or at least one.
Thank you for suggesting this feature. We have opened an investigation task for this in our backlog, and will update this issue when we have more information.
Description
With the Hybrid Connections - Get API, we can easily retrieve the number of currently connected listeners of a Hybrid Connection.
It would be great if we could get
ListenerConnected
andListenerDisconnected
events in Azure Event Grid for this, such that our application can respond to listeners coming up or going down. For example, it would be great if we could show in our application's UI that a listener is currently connected, and have that status display change when the listener disconnects, without polling Azure's REST API all the time.Actual Behavior
The Azure Service Bus as an Event Grid source article shows that there are currently four events exposed from Azure Service Bus via Azure Event Grid, but none of them related to Hybrid Connections. Also, the Event Grid overview page does not list Azure Relay as a dedicated technology that exposes events via Event Grid.
Expected Behavior
ListenerConnected
andListenerDisconnected
events should be available via Azure Event Grid, either via a dedicated Azure Relay event source, or via the existing Azure Service Bus event source.The text was updated successfully, but these errors were encountered: