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

[FIXED] Make sure to not forward a message across a route for routed dq subs #4578

Merged
merged 1 commit into from Sep 24, 2023

Conversation

derekcollison
Copy link
Member

@derekcollison derekcollison commented Sep 24, 2023

Mimic same behavior for normal subs.

Note that when a queue subscription is behind both a spoke leafnode connection and a service import the message will be delivered over the leafnode since service imports are binary signals that are just on. Need a more thorough investigation for a proper fix. For now its best to not have the service import on the spoke leafnode such that the raw queue sub's information if relayed across the leafnode.

Signed-off-by: Derek Collison derek@nats.io

Resolves #4367

…are a spoke leaf node.

Mimi same behavior for normal subs.

Signed-off-by: Derek Collison <derek@nats.io>
@derekcollison derekcollison requested a review from a team as a code owner September 24, 2023 20:26
Copy link
Member

@wallyqs wallyqs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekcollison derekcollison merged commit fe2c116 into main Sep 24, 2023
2 checks passed
@derekcollison derekcollison deleted the fix-4367-2 branch September 24, 2023 20:54
wallyqs added a commit that referenced this pull request Oct 11, 2023
Backports the following PRs from v2.10:

- #4510 
- #4556 
- #4578 
- #4605 

Signed-off-by: Your Name <wally@nats.io>
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.

Leafnode cluster receiving message 3 times?
2 participants