florianluediger opened a new issue, #1204: URL: https://github.com/apache/camel-kamelets/issues/1204
It is common for MQTT use cases to distribute data over multiple topics. You might have different subtopics for different devices for example. The MQTT source kamelet supports subscribing to multiple topics by using wildcards but the information about the topic is lost because the MQTT source only reports the body of the MQTT message to the sink. It would be great, if the topic could be included in the body that is reported to the sink. I know that paho is able to provide that information. Example: You have multiple devices publishing to the topics: `/data/deviceId1` `/data/deviceId2` ... The MQTT source is able to subscribe to the topic `/data/#` and it receives all messages. However, the information about which device sent the message is lost. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org