We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QueueSubscribe
Right now NATS event source uses subscribe and because of that the has to use the Active/Passive strategy for HA.
subscribe
Could we not switch to using Queue Subscriptions giving us the ability to have Active/Active HA?
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
proposed as queue parameter
example-queued-subscription: url: nats://nats.argo-events.svc:4222 jsonBody: true subject: "foo" queue: "my-queue"
if empty, or not specidied - will use default Subscribe logic
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Right now NATS event source uses
subscribe
and because of that the has to use the Active/Passive strategy for HA.Could we not switch to using Queue Subscriptions giving us the ability to have Active/Active HA?
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: