Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
0.11.0.2
-
None
-
Kafka 0.11.0.2,Linux CentOs7.5
Description
In the process of using mirrormaker,I want to synchronize a topic called "test" from A machine to B machine.
I found that if I manually create a topic: "test",and "auto.create.topics.enable" was set to false in the mirrormaker configuration file "server. properties", the data synchronization would stop after a few minutes.
But if "auto. create. topics. enable" was set to true, everything is normal.
My Kafka version is: 0.11.0.2
Does anyone know why?