mimaison commented on PR #19762:
URL: https://github.com/apache/kafka/pull/19762#issuecomment-2898574096

   > we are trying to keep it dependency-free to be used as a raft-sdk anywhere
   
   Where has this been discussed?
   The way Kafka implements Raft is via a topic so our implementation of 
`ReplicatedLog` needs to depend on `storage`. Since `metadata` depends on 
`raft`, the other option is to put `KafkaMetadataLog` into the `metadata` 
module and have that depend on `storage` instead of `raft`.


-- 
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

Reply via email to