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

Use new consumer create subject when single subject filter specified in SubjectFilters #4564

Merged
merged 2 commits into from Sep 20, 2023

Commits on Sep 20, 2023

  1. Use new consumer create subject when single subject filter specified …

    …in `SubjectFilters`
    
    Signed-off-by: Neil Twigg <neil@nats.io>
    neilalexander committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ad63d70 View commit details
    Browse the repository at this point in the history
  2. Use filter_subject when calling extended consumer create API

    The server consumer creation code is picky and does indeed not accept a request send to the ExT subject if that request specifies the subject filter in the array (even if there is only one entry in the array).
    
    Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    Signed-off-by: Neil Twigg <neil@nats.io>
    
    Co-authored-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    Co-authored-by: Neil Twigg <neil@nats.io>
    jnmoyne and neilalexander committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    40ce0a9 View commit details
    Browse the repository at this point in the history