EricLuGHub opened a new pull request, #16289: URL: https://github.com/apache/kafka/pull/16289
The PR mainly consists of renaming _PROP to _CONFIG and suffixing _DEFAULT in the config files. The classes include: - org.apache.kafka.raft.QuorumConfig - org.apache.kafka.storage.internals.log.LogConfig - org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfig - org.apache.kafka.storage.internals.log.CleanerConfig Jira: https://issues.apache.org/jira/browse/KAFKA-16638 **Note** I had another PR linked to the same ticket. However, certain adjustments were made and I wanted to revert back certain changes. The changes were mainly that the public interface would remain intact and the alignment would only be within the config classes mentioned above ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
