OmniaGM commented on PR #15569:
URL: https://github.com/apache/kafka/pull/15569#issuecomment-2064450248

   > > However I'm bit concern that LogConfig seems already huge. What others 
prefer? Keep it in KafkaLogConfigs or move them to LogConfig.ServerLogConfig
   > 
   > the most default values of `KafkaLogConfigs` are in `LogConfig`, and they 
are in different module. That pattern is no similar to `ReplicationConfigs`, 
`KafkaSecurityConfigs`. Is server-common module more suitable to collect those 
server side configs since both`storage` and `server` depend on `server-common`. 
Also, `server-common` has `org.apache.kafka.server.config` package too.
   
   I think it might be better and simpler to move `KafkaLogConfigs` into 
`server-common` and make LogConfig use them. I'll push an update with this soon 


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