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
I have an admittedly special case where multiple subscriptions subscribe to the same subject in the same application.
In case of a slow subscriber, it's currently hard to figure out exactly which subscription is causing the error:
Proposed change
Add an additional property to allow identification of individual subscriptions
e.g.
Use case
I have an admittedly special case where multiple subscriptions subscribe to the same subject in the same application.
In case of a slow subscriber, it's currently hard to figure out exactly which subscription is causing the error:
in the error callback only the subject and queue are available:
adding the Id property would allow us to identify the subscription in the handler:
Contribution
Yes, seems a straightforward implementation.
The text was updated successfully, but these errors were encountered: