Skip to content
New issue

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

nats: change default delivery policy #132

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

mikemrm
Copy link
Contributor

@mikemrm mikemrm commented Aug 8, 2023

Previously the default was to set the Delivery Policy to all, however if connecting to a consumer which already existed with a different delivery policy, nats returns an error for a mismatch.

This change removes the default when no delivery policy is defined, to not specify any delivery policy.

Additionally, I've added the remaining delivery policy options.

Previously the default was to set the Delivery Policy to all, however if
connecting to a consumer which already existed with a different delivery
policy, nats returns an error for a mismatch.

This change removes the default when no delivery policy is defined, to
not specify any delivery policy.

Additionally, I've added the remaining delivery policy options.

Signed-off-by: Mike Mason <mimason@equinix.com>
@mikemrm mikemrm marked this pull request as ready for review August 8, 2023 18:05
@mikemrm mikemrm requested a review from a team as a code owner August 8, 2023 18:05
@mikemrm mikemrm added this pull request to the merge queue Aug 8, 2023
Merged via the queue into infratographer:main with commit c9e198f Aug 8, 2023
6 checks passed
@mikemrm mikemrm deleted the nats-delivery-policies branch August 8, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants