Chia-Ping Tsai created KAFKA-18984: -------------------------------------- Summary: Support to delete specific config by 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
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)