Hello,
We are trying to check compatibility between Confluent kafka and Apache kafka.
Steps we followed for testing:
- Deployed confluent kafka using helm charts
- Created some topics and produced some messages to topics
- Uninstalled confluent release
- Deployed Apache Kafka 2.7 with same configuration as confluent kafka
- When we run
kafka-topics.sh --list
old topics are not shown but we can create new topics - I verified data in brokers and zookeepers and I can see directories and files related to old topics
Do we need any addition steps for reading files in Apache Kafka? We don’t see any errors in zookeeper or broker logs.