KnowStreaming icon indicating copy to clipboard operation
KnowStreaming copied to clipboard

一个topic下线后,quota的配置信息仍然存在于zookeeper中

Open Hongten opened this issue 4 years ago • 2 comments

一个topic下线后,quota的配置信息仍然存在于zookeeper中 例如:Topic “testApp_1” 已经下线,但是quota的配置信息仍然存在

bin/kafka-configs.sh --zookeeper mylocalip:2181 --describe --entity-type clients Warning: --zookeeper is deprecated and will be removed in a future version of Kafka. Use --bootstrap-server instead to specify a broker to connect to. Configs for client-id 'appId_000004_sg.test_1' are producer_byte_rate=2097152,consumer_byte_rate=2097152 Configs for client-id 'appId_000010_sg.testApp_1' are

Hongten avatar May 06 '21 11:05 Hongten

近期2.6.0版本我们处理一下该问题~

ZQKC avatar Jan 10 '22 12:01 ZQKC

近期2.6.0版本我们处理一下该问题~

ZQKC avatar Jan 10 '22 12:01 ZQKC

3.x版本已对该问题做了优化处理,欢迎尝鲜使用~

ZQKC avatar Aug 30 '22 09:08 ZQKC