[jira] [Resolved] (KAFKA-14285) Delete quota node in zookeeper when configs are empty

2022-12-13 Thread Luke Chen (Jira)
ode in zookeeper when configs are empty > - > > Key: KAFKA-14285 > URL: https://issues.apache.org/jira/browse/KAFKA-14285 > Project: Kafka > Issue Type: Improvement > Compo

Re:Re: Delete quota node in zookeeper when configs are empty

2022-10-07 Thread Junyang Liu
Hi, Thank you for your advice. I have opened a JIRA for this improvement: https://issues.apache.org/jira/browse/KAFKA-14285 And I have submitted a PR for it: https://github.com/apache/kafka/pull/12727 Thank you. -- Junyang Liu At 2022-09-21 11:24:31, "Luke Chen" wrote: >Hi Junyang, >

[jira] [Created] (KAFKA-14285) Delete quota node in zookeeper when configs are empty

2022-10-07 Thread Junyang Liu (Jira)
Junyang Liu created KAFKA-14285: --- Summary: Delete quota node in zookeeper when configs are empty Key: KAFKA-14285 URL: https://issues.apache.org/jira/browse/KAFKA-14285 Project: Kafka Issue

Re: Delete quota node in zookeeper when configs are empty

2022-09-20 Thread Luke Chen
Hi Junyang, Could you open a JIRA for this improvement? Also, if you're interested, welcome to submit a PR for it. Thank you. Luke On Wed, Sep 21, 2022 at 2:08 AM Junyang Liu wrote: > Hi, > > > When configuring flow control quota for users and clients, Kafka will add > a child node to

Delete quota node in zookeeper when configs are empty

2022-09-20 Thread Junyang Liu
Hi, When configuring flow control quota for users and clients, Kafka will add a child node to /config/users or /config/clients in zookeeper. When deleting a flow control quota config, the existing node in zookeeper will not be deleted even if the configs in the node are empty. So if a client