Restoring Kafka data to one broker

2017-09-06 Thread Mostafa Zarifyar
Kafka is a self-healing ecosystem. If you have your replication factors correctly configured and the data that has been deleted is properly replicated, you should be able to add a new broker to the cluster, start it and it will catch up. It will take a while to catch up but it will. This happe

Re: Kafka MirrorMaker error

2017-06-08 Thread Mostafa Zarifyar
maybe this will help. https://community.hortonworks.com/articles/24599/kafka-mirrormaker.html -M On Thu, Jun 8, 2017 at 11:42 AM, karan alang wrote: > Hi All, > > I'm trying to transfer data between kafka clusters using Kafka MirrorMaker > & running into issues. > > I've created a consumer.con