Hi, Andrew, Thanks for the reply. KIP-714 proposes to use the following command for listing metric subscriptions.
kafka-client-metrics.sh --bootstrap-server $BROKERS --describe kafka-configs.sh --bootstrap-server $BROKERS --describe --entity-type client-metrics Should we use --list instead to be more consistent with other tools like (kafka-topics)? Thanks, Jun On Thu, Nov 16, 2023 at 10:23 AM Andrew Schofield < andrew_schofield_j...@outlook.com> wrote: > Hi Jun, > KIP-714 includes `kafka-client-metrics.sh` which provides an easier way to > work with client metrics config > than the general-purpose `kafka-configs.sh`. So, this new RPC will > actually be used in the > `kafka-client-metrics.sh` tool. > > Thanks, > Andrew > > > On 16 Nov 2023, at 18:00, Jun Rao <j...@confluent.io.INVALID> wrote: > > > > Hi, Andrew, > > > > Thanks for the KIP. Just one comment. > > > > Should we extend ConfigCommand or add a new tool to list client metrics? > > > > Thanks, > > > > Jun > > > > On Tue, Nov 7, 2023 at 9:42 AM Andrew Schofield < > > andrew_schofield_j...@outlook.com> wrote: > > > >> Hi, > >> I would like to start discussion of a small KIP which fills a gap in the > >> administration of client metrics configuration. > >> > >> > >> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-1000%3A+List+Client+Metrics+Configuration+Resources > >> > >> Thanks, > >> Andrew > >