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
Add an optional prefix argument to OrderedConsumerOptions to allow the creation of ordered consumers with names beginning with the given prefix
Use case
The motivation behind this is to determine who / what is creating order consumers via an identifier that can be given when creating an ordered consumer. Without it, a random name for a consumer is created. It's difficult to tell where it came from and what is creating them in a production environment.
Contribution
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Proposed change
Add an optional
prefix
argument toOrderedConsumerOptions
to allow the creation of ordered consumers with names beginning with the given prefixUse case
The motivation behind this is to determine who / what is creating order consumers via an identifier that can be given when creating an ordered consumer. Without it, a random name for a consumer is created. It's difficult to tell where it came from and what is creating them in a production environment.
Contribution
No response
The text was updated successfully, but these errors were encountered: