Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Nag Y
Thanks Brian, that answers my question On Fri, 12 Jun, 2020, 9:16 PM Brian Byrne, wrote: > Hi Nag, > > Correct, --all will include both. Removing --all should give you only the > overridden values. > > Are you asking if you can see overridden values for a broker with both the > default config an

Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Brian Byrne
My apologies, the command mentioned should include --all: kafka-configs ... --entity-type brokers --entity-name 1 --describe --all | grep DYNAMIC Brian On Fri, Jun 12, 2020 at 8:45 AM Brian Byrne wrote: > Hi Nag, > > Correct, --all will include both. Removing --all should give you only the >

Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Brian Byrne
Hi Nag, Correct, --all will include both. Removing --all should give you only the overridden values. Are you asking if you can see overridden values for a broker with both the default config and specific broker config in one command? Unfortunately the commands only give you the overrides for that

Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Nag Y
Thanks Brian. I applied the following command with --all, it works fine. kafka-configs --bootstrap-server localhost:9092 --entity-type brokers --entity-name 1 --describe --all. I believe this includes *both* default config values as well as config values those were overridden . Is there any com

Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Brian Byrne
Hi Nag, To address (2) first, the --entity-default flag requests the default configuration that all brokers inherit. An individual broker may override any of the default config's entries, which is done by specifying the broker ID to the --entity-name flag. The reason you're getting blank output f

Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Nag Y
t; > 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 wrote: > > > I applied kafka-config to get the default

Re: Kafka - entity-default Vs entity-name

2020-06-12 Thread Robin Moffatt
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 --

Kafka - entity-default Vs entity-name

2020-06-12 Thread Nag Y
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:

Kafka - entity-default Vs entity-name

2020-06-12 Thread Nag Y
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: