[
https://issues.apache.org/jira/browse/KAFKA-15089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838754#comment-17838754
]
David Jacot commented on KAFKA-15089:
-------------------------------------
The goal was to also define the “AbstractConfig” part here like we did for the
storage and raft modules. Are you interested in giving it a try?
> 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
> Priority: Major
>
> 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)