stuck
Opened this issue · 0 comments
gvajpeyi commented
bin/kafka-run-class.sh kafka.tools.MirrorMaker --consumer.config config/consumer.properties --producer.config config/producer.pro
perties --num.streams $NUM_STREAMS --whitelist $WHITELISTED_TOPICS
WARNING: The default partition assignment strategy of the mirror maker will change from 'range' to 'roundrobin' in an upcoming release (so that better load balancing can be achieved
). If you prefer to make this switch in advance of that release add the following to the corresponding config: 'partition.assignment.strategy=org.apache.kafka.clients.consumer.Round
RobinAssignor'