Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-07-06 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2188499918 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,908 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-07-06 Thread via GitHub
chia7712 merged PR #19807: URL: https://github.com/apache/kafka/pull/19807 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-07-04 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2185851333 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,908 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-07-04 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2185784855 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,908 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-23 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2161474761 ## server/src/main/java/org/apache/kafka/server/ClientSensors.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-22 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2160790479 ## clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java: ## @@ -44,7 +45,7 @@ public interface ClientQuotaCallback extends Configurable {

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-22 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2160790479 ## clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java: ## @@ -44,7 +45,7 @@ public interface ClientQuotaCallback extends Configurable {

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-21 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2160070633 ## clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java: ## @@ -44,7 +45,7 @@ public interface ClientQuotaCallback extends Configurable {

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-19 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2157612407 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,883 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-19 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2157515448 ## core/src/main/scala/kafka/server/metadata/ClientQuotaMetadataManager.scala: ## @@ -154,9 +154,9 @@ class ClientQuotaMetadataManager(private[metadata] val quotaMana

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-18 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2155227332 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,883 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-18 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2155180404 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-17 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2152573554 ## server/src/main/java/org/apache/kafka/server/PermissiveControllerMutationQuota.java: ## @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-12 Thread via GitHub
YutaLin closed pull request #19807: KAFKA-19315: Move ControllerMutationQuotaManager to server module URL: https://github.com/apache/kafka/pull/19807 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-05 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2131182767 ## server/src/main/java/org/apache/kafka/server/ControllerMutationQuotaManager.java: ## @@ -0,0 +1,194 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-06-05 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2129670800 ## server/src/main/java/org/apache/kafka/server/PermissiveControllerMutationQuota.java: ## @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-31 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2118210557 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-31 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2118210557 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-30 Thread via GitHub
chia7712 commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2116434797 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-29 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2115174151 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-29 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2115174151 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-29 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2115170889 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,942 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-29 Thread via GitHub
YutaLin commented on PR #19807: URL: https://github.com/apache/kafka/pull/19807#issuecomment-2919733439 We will continue tracking the failing test PlaintextConsumerCommitTest > testCommitAsyncCompletedBeforeConsumerCloses [1] Type=Raft-Isolated, which is recorded in https://issues.apache.or

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-28 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2112917114 ## server/src/main/java/org/apache/kafka/server/ClientSensors.java: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-28 Thread via GitHub
YutaLin commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2111733517 ## server/src/main/java/org/apache/kafka/server/ClientSensors.java: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-28 Thread via GitHub
m1a2st commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2111445365 ## core/src/test/scala/unit/kafka/server/ClientQuotaManagerTest.scala: ## @@ -242,54 +243,54 @@ class ClientQuotaManagerTest extends BaseClientQuotaManagerTest {

Re: [PR] KAFKA-19315: Move ControllerMutationQuotaManager to server module [kafka]

2025-05-26 Thread via GitHub
m1a2st commented on code in PR #19807: URL: https://github.com/apache/kafka/pull/19807#discussion_r2107979149 ## server/src/main/java/org/apache/kafka/server/ClientQuotaManager.java: ## @@ -0,0 +1,938 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more