[ https://issues.apache.org/jira/browse/KAFKA-18984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai updated KAFKA-18984: ----------------------------------- Description: *now* *out of date description* the delete op defined by [KIP-714|https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability#KIP714:Clientmetricsandobservability-Deleteaclientmetricsconfigurationresource] is shown below. {code:java} $ kafka-client-metrics.sh --bootstrap-server $BROKERS --delete --name MYMETRICS $ kafka-configs.sh --bootstrap-server $BROKERS --alter --entity-type client-metrics --entity-name MYMETRICS \ --delete-config metrics,interval.ms,match {code} That means `kafka-client-metrics.sh` can NOT remove specific config from the client metrics. was: *now* *out of date description* the delete op defined by [KIP-714|https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability#KIP714:Clientmetricsandobservability-Deleteaclientmetricsconfigurationresource] is shown below. {code:java} $ kafka-client-metrics.sh --bootstrap-server $BROKERS --delete --name MYMETRICS $ kafka-configs.sh --bootstrap-server $BROKERS --alter --entity-type client-metrics --entity-name MYMETRICS \ --delete-config metrics,interval.ms,match {code} That means `kafka-client-metrics.sh` can NOT remove specific config from the client metrics. > failed to reset interval.ms by using kafka-client-metrics.sh > ------------------------------------------------------------ > > Key: KAFKA-18984 > URL: https://issues.apache.org/jira/browse/KAFKA-18984 > Project: Kafka > Issue Type: Sub-task > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Priority: Major > Fix For: 4.1.0, 3.9.1, 4.0.1 > > > *now* > *out of date description* > the delete op defined by > [KIP-714|https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability#KIP714:Clientmetricsandobservability-Deleteaclientmetricsconfigurationresource] > is shown below. > {code:java} > $ kafka-client-metrics.sh --bootstrap-server $BROKERS --delete --name > MYMETRICS > > $ kafka-configs.sh --bootstrap-server $BROKERS --alter --entity-type > client-metrics --entity-name MYMETRICS \ > --delete-config metrics,interval.ms,match > {code} > That means `kafka-client-metrics.sh` can NOT remove specific config from the > client metrics. -- This message was sent by Atlassian Jira (v8.20.10#820010)