You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "David Jacot (Jira)" <ji...@apache.org> on 2023/06/14 13:13:00 UTC

[jira] [Created] (KAFKA-15089) Consolidate all the group coordinator configs

David Jacot created KAFKA-15089:
-----------------------------------

             Summary: Consolidate all the group coordinator configs
                 Key: KAFKA-15089
                 URL: https://issues.apache.org/jira/browse/KAFKA-15089
             Project: Kafka
          Issue Type: Sub-task
            Reporter: David Jacot
            Assignee: David Jacot


The group coordinator configurations are defined in KafkaConfig at the moment. As KafkaConfig is defined in the core module, we can't pass it to the new java modules to pass the configurations along.

A suggestion here is to centralize all the configurations of a module in the module itself similarly to what we have do for RemoteLogManagerConfig and RaftConfig. We also need a mechanism to add all the properties defined in the module to the KafkaConfig's ConfigDef.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)