We have a usecase where we need to consume the data from one of the Kafka Cluster on some Topic like 'daily-data' and we need to filter them and send it to a Azure Event Hub topic say 'our-daily-data'. By Default, kafka streams doesn't support posting the messages on some topic to different cluster
Is there any workaround or pointers would be helpful.?