I've Kafka 0.10 ..  I've set the following in kafka broker.properties &
restarted the brokers -

quota.producer.default=10485760
quota.consumer.default=10485760

when i fire the following command, i was expecting to see the quota limits :

/bin/kafka-configs  --zookeeper localhost:3181 --describe --entity-type
brokers

However, i dont see any output..
Is there a way/command for me to verify the producer/consumer quota set in
the broker ?

Reply via email to