-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
In a high volume environment, the blocking nature of subscribe/unsubscribe creates a bottleneck.
Describe the solution you'd like
Add SubscribeWithOptions and UnsubscribeWithOptions like PublishWithOptions. This ensures the order is preserved hitting the wire, but without holding up the application waiting on response. It can either return result via a callback or a channel.
Describe alternatives you've considered
Call subscribe/unsubscribe in Go routines, however, this cannot guarantee the order.
Subscribe/Unsubscribe cannot be mixed in a single batch call.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request