We are migrating our application from Apache Kafka to Confluent Kafka.
- Apache Kafka version:1.1.0
- Confluent :4.1.0
Tried these options:
- Manually copying the zookeeper logs and Kafka Logs- Not an optimal way because of volume and data correctness.
- Mirror Maker - This will replicate newly created topics and ACL. It will not migrate old details in Apache Kafka
Please suggest better approaches on this.