-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(mqtt source): support multiple mqtt source topics #23670
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
feat(mqtt source): support multiple mqtt source topics #23670
Conversation
|
+1 |
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.
Thanks for the contribution, this makes sense. Tests always appreciated :)
@pront can you take a look too?
estherk15
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.
Left one optional suggestion.
|
I'm going to update the mqtt integration tests today then, as this PR appears to be approved. |
|
This one should've merged a while ago. Should go in now |
90cf7d0
Summary
It would be good to be able to subscribe to multiple mqtt topics where we'd want to subscribe with eg
prefix-1/#andprefix-2/#mqtt topic specs, without receiving data from the broker with topics beginning withprefix-3...(which would be a side effect of subscribing with the one topic spec string#).This change doesn't break current tests, but I've held off on adding any new tests in case this PR will not be approved.
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.