KAFKA-17045: Move MetadataLogConfig from kafka to kafka/raft
The MetadataLogConfig belongs to raft, move file to raft to mach the package name.
Committer Checklist (excluded from commit message)
- [x] Verify design and implementation
- [x] Verify test coverage and CI build status
- [x] Verify documentation (including upgrade notes)
cc @jsancio @chia7712 if you have time to take a look, thank you.
not sure whether it is good time to do this migration since KafkaMetadataLog is still in core module ..
@chia7712 yeah, but the MetadataLogConfig is also in core module, which means this pr only move the file from core/src/main/scala/kafka/MetadataLogConfig.scala to core/src/main/scala/kafka/raft/MetadataLogConfig.scala.
not sure whether it is good time to do this migration since
KafkaMetadataLogis still in core module ..
I agree, the long term future is to move a lot of those classes to raft or metadata module once Scala is not used by Kafka anymore.
This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the PR has merge conflicts, update it with the latest from the base branch.
If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact).
If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.
This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to re-open the PR and ask for a review.