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
When the storage_connection is not set in the azure event hub configuration, the InMemoryLeaseManager is used. This appears to be incompatible with using > 1 eventhub set via the advanced configuration, reporting the initial lease to the first eventhub as lost when subsequent leases to further event hubs are discovered. This leads to subscriptions to the first event hub being lost, and no further events from that eventhub will be processed.
The text was updated successfully, but these errors were encountered:
When the
storage_connection
is not set in the azure event hub configuration, theInMemoryLeaseManager
is used. This appears to be incompatible with using > 1 eventhub set via the advanced configuration, reporting the initial lease to the first eventhub as lost when subsequent leases to further event hubs are discovered. This leads to subscriptions to the first event hub being lost, and no further events from that eventhub will be processed.The text was updated successfully, but these errors were encountered: