nizhikov commented on PR #15501:
URL: https://github.com/apache/kafka/pull/15501#issuecomment-1999413290

   Hello @OmniaGM 
   
   I think this PR still too big for one change.
   
   Can we split it?
   We can start with LogConfiguration:
   
   ```
     /** ********* Log Configuration ***********/
     val NumPartitionsProp = "num.partitions"
     val LogDirsProp = LogConfigPrefix + "dirs"
     val LogDirProp = LogConfigPrefix + "dir"
     val LogSegmentBytesProp = 
ServerTopicConfigSynonyms.serverSynonym(TopicConfig.SEGMENT_BYTES_CONFIG)
   ....
   
   ```
   
   and replication configuration:
   
   ```
     /** ********* Replication configuration ***********/
     val ControllerSocketTimeoutMsProp = "controller.socket.timeout.ms"
     val DefaultReplicationFactorProp = "default.replication.factor"
     val ReplicaLagTimeMaxMsProp = "replica.lag.time.max.ms"
     val ReplicaSocketTimeoutMsProp = "replica.socket.timeout.ms"
     val ReplicaSocketReceiveBufferBytesProp = 
"replica.socket.receive.buffer.bytes"
   ...
   ```


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