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
were overridden . Is there any command if i wanted to query
> only the overridden values and the rest will be default values
>
> On Fri, Jun 12, 2020 at 7:58 PM Brian Byrne wrote:
>
> > Hi Nag,
> >
> > To address (2) first, the --entity-default flag requests the def
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