Forward avro event natively to another kafka topic

How do I read an avro event from one topic and put it on a different topic without doing any processing on the event. As I understand it, there is at minimum a codec that is required which converts input records to logstash format. Even this appears to be slowing performance, as logstash cannot keep up.

I am doing this because the incoming events are coming from a 3rd party application and the events are not distributed equally between the partitions in the topic. I want to just forward them to another topic where I can have them distributed equally.

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.