-
Notifications
You must be signed in to change notification settings - Fork 233
Fix filter_subject overriding filter_subjects #711
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
Conversation
caspervonb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request. This seems sound, would need a test case however.
164fc78 to
5548f26
Compare
5548f26 to
e5eb243
Compare
|
Hi @caspervonb, thanks for the review, I've added a test case for both the push and pull based subscriber. Let me know if you want any additional tests 🙂 |
Signed-off-by: Mark Jan van Kampen <[email protected]>
wallyqs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Mark Jan van Kampen <[email protected]>
Signed-off-by: Mark Jan van Kampen <[email protected]>
Avoids setting filter_subject if filter_subjects is set, this avoids the server throwing this error when creating a consumer: "consumer cannot have both FilterSubject and FilterSubjects specified"
fixes: #710