I need to get messages from a topic in one Kafka cluster, transform the message 
payload, and put the messages into topics in another Kafka cluster. Is it 
possible to do this with Kafka Streams? I don’t see how I can configure the 
stream to use one cluster for the input and another cluster for output.


Reply via email to