This is an automated email from the ASF dual-hosted git repository.

cmccabe pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 46f2169  MINOR: Add kraft controller listener to AlterConfigsRequest 
#11119
46f2169 is described below

commit 46f2169e4080794d467d169d5a3e1bcfdd9c62d4
Author: Ryan Dielhenn <[email protected]>
AuthorDate: Fri Jul 23 13:26:54 2021 -0700

    MINOR: Add kraft controller listener to AlterConfigsRequest #11119
    
    Reviewers: Colin P. McCabe <[email protected]>
---
 clients/src/main/resources/common/message/AlterConfigsRequest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/AlterConfigsRequest.json 
b/clients/src/main/resources/common/message/AlterConfigsRequest.json
index 4c28ee1..31057e3 100644
--- a/clients/src/main/resources/common/message/AlterConfigsRequest.json
+++ b/clients/src/main/resources/common/message/AlterConfigsRequest.json
@@ -16,7 +16,7 @@
 {
   "apiKey": 33,
   "type": "request",
-  "listeners": ["zkBroker", "broker"],
+  "listeners": ["zkBroker", "broker", "controller"],
   "name": "AlterConfigsRequest",
   // Version 1 is the same as version 0.
   // Version 2 enables flexible versions.

Reply via email to