kafka-utils
kafka-utils copied to clipboard
AttributeError: 'int' object has no attribute 'leader'
I am trying to use corruption check with valid parameters:
kafka-corruption-check --cluster-type sample_type --cluster-name $MY_CLUSTER_NAME --data-path $KAFKA_LOGS_PATH --minutes 30
But get this error:
Filtering leaders
Traceback (most recent call last):
File "/opt/rh/python27/root/usr/bin/kafka-corruption-check", line 6, in
@aliayen could you provide more information about what version of Kafka you are running?