LoganZhuZzz opened a new pull request, #19465: URL: https://github.com/apache/kafka/pull/19465
This PR moves metadata-related configs from KRaftConfigs to a new MetadataLogConfig class. Previously, KRaftConfigs mixed both server-related and metadata-related configs. Based on our discussion, it makes more sense to keep them separate: 1. Server-related configs (like process.roles) belong to the `KRaftConfig`. 2. Metadata-related configs (like metadata.log.*) should be grouped together and belong to the `MetadataLogConfig`. This PR introduces the following changes: - Rename `KRaftConfigs` to `KRaftConfig` (more consistent with other config naming conventions). - Move metadata-related config definitions from `KRaftConfig` to the new `MetadataLogConfig`. -- 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.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org