chia7712 commented on PR #15775:
URL: https://github.com/apache/kafka/pull/15775#issuecomment-2075082750

   > Personally I think the first option (which keep the pr as it is) is easier 
to navigate as we know where all the config used by Kafka Raft server (maybe 
renaming this to KafkaRaftServerConfigs instead of KRaftConfigs would be 
better) are and where all the config used by Quorum Raft. WDYT?
   
   I'm ok with it. BTW, `KafkaRaftServerConfigs` is a bit verbose to me. Maybe  
`KRaftServerConfigs` is good enough as `KRaft` is a term in kafka world.
   
   > I am concerned that this will create other circle dependencies later when 
we move the raft package and KafkaRaftServer out of core
   
   just curios. Why moving to raft module can cause circle dependencies? It 
seems raft module depends on only `clients` and `server-common`. I feel 
`KafkaRaftServer` won't be in either `clients` or `server-common` in the future.
   
   


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