Re: Moving data from one cluster to another with Kafka Streams

2018-02-04 Thread Geoffrey Holmes
ds from the one Kafka topic and write the transformed records to the destination Kafka topic? Or can I write a consumer and a producer and incorporate SMTs that way? > -Matthias >> On 2/2/18 2:54 PM, Geoffrey Holmes wrote: >> I need to get messages from a topic in one Kafka cluster, tra

Moving data from one cluster to another with Kafka Streams

2018-02-02 Thread Geoffrey Holmes
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 ou