satishd commented on a change in pull request #10271: URL: https://github.com/apache/kafka/pull/10271#discussion_r618228663
########## File path: build.gradle ########## @@ -1410,6 +1410,7 @@ project(':storage') { implementation project(':storage:api') implementation project(':clients') implementation project(':metadata') + implementation project(':raft') Review comment: I will remove this dependency once `AbstractMetadataRecordSerde` is moved to `clients` module. I plan to do that in a followup PR if we go with this approach. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org