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

Allow filtered stream mirrors #3227

Merged
merged 1 commit into from Jun 29, 2022
Merged

Allow filtered stream mirrors #3227

merged 1 commit into from Jun 29, 2022

Conversation

derekcollison
Copy link
Member

This was allowed before but did not actually assign the filter subject so did not really work. This re-allows it and makes sure it works properly.

Tests are a tad flaky atm but not due to this.

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

Resolves #3226

/cc @nats-io/core

Signed-off-by: Derek Collison <derek@nats.io>
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

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

I think we had issues with mirrors and de-dup windows, so not sure why check is removed in this PR. Maybe @ripienaar or @matthiashanel remember better than I do..

server/jetstream_cluster_test.go Show resolved Hide resolved
server/stream.go Show resolved Hide resolved
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

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

LGTM as long as RI or Matthias do not object.

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.

Stream mirrors cannot have filters anymore
4 participants