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] JetStream subscription using ">" #503

Merged
merged 1 commit into from
Jan 16, 2022
Merged

[FIXED] JetStream subscription using ">" #503

merged 1 commit into from
Jan 16, 2022

Commits on Jan 15, 2022

  1. [FIXED] JetStream subscription using ">"

    The issue was actually caused by JSON parsing, so that could manifest
    in other situations.
    But for the reported issue, if a consumer was created with a filter
    subject that contained the ">" wildcard and the user creates a
    subscription with that same subject, the check for filter subject
    match would fail because "test.>" is different than "test.\u003e".
    
    Resolves #502
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    3c136d9 View commit details
    Browse the repository at this point in the history