We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mqtt5-source seems to have issues if the wildcard is in the middle of the topic. For example this doesn't work:
- route: id: route-05dc nodePrefixId: route-4ca from: id: from-c730 uri: kamelet:mqtt5-source parameters: topic: test/+/incoming brokerUrl: tcp://localhost:1883 steps: - log: id: log-ff85 message: ${body}
The route just doesn't receive any messages:
If the kamelet is replaced with paho-mqtt5, things work:
- route: id: route-05dc nodePrefixId: route-4ca from: id: from-5a40 uri: paho-mqtt5 parameters: topic: test/+/incoming steps: - log: id: log-ff85 message: ${body}
The text was updated successfully, but these errors were encountered:
try with RAW(xxxx) for that value in the kamelet
RAW(xxxx)
Sorry, something went wrong.
No branches or pull requests
The mqtt5-source seems to have issues if the wildcard is in the middle of the topic. For example this doesn't work:
The route just doesn't receive any messages:
If the kamelet is replaced with paho-mqtt5, things work:
The text was updated successfully, but these errors were encountered: