Firstly, thank you for creating this excellent package!
For the most part, I've found it easy to use and have got it running without too much hassle.
One question I have though is;
How can I proxy a raw message from an inbound channel directly onto an outbound channel?
I would like to write the raw string message data from a MQTT inbound channel directly on to a Kafka outbound channel. No serialization required - publish it out exactly as it comes in.
(I will be saving this message into a S3 bucket to use as part of a cold path analysis process.)
Firstly, thank you for creating this excellent package!
For the most part, I've found it easy to use and have got it running without too much hassle.
One question I have though is;
How can I proxy a raw message from an inbound channel directly onto an outbound channel?
I would like to write the raw string message data from a MQTT inbound channel directly on to a Kafka outbound channel. No serialization required - publish it out exactly as it comes in.
(I will be saving this message into a S3 bucket to use as part of a cold path analysis process.)