If you're going to cross-post, it's useful to include where else you've asked this before, so that people can see what else has been suggested and answered to avoid duplicating their effort :)
https://stackoverflow.com/questions/62343035/kafka-entity-default-vs-entity-name -- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Fri, 12 Jun 2020 at 13:13, Nag Y <andriod.nag.u...@gmail.com> wrote: > I applied kafka-config to get the default settings for the brokers, > > kafka-configs --bootstrap-server localhost:9092 --entity-type brokers > --entity-default --describe > > The command responded with the following response, without any *complete* > output. > > Default configs for brokers in the cluster are: > > > 1. *So, how to get the all the default settings across all brokers* > 2. *I understood from the command line what it means, didnt get the > context completely. What is the real difference between entity-default > ,entity-name* > > From documentation: > > --entity-default Default entity name for > clients/users/brokers (applies to > corresponding entity type in command > line) > > --entity-name <String> Name of entity (topic name/client > id/user principal name/broker id) >