b-goyal commented on PR #229:
URL: https://github.com/apache/kafka/pull/229#issuecomment-1997289379

   @ewencp @gwenshap 
   This needs some refactoring to avoid the duplicated code between replication 
test and upgrade test, but in shape for initial feedback.
   
   I'm interested in feedback on the added `KafkaConfig` class and 
`kafka_props` file. This addition makes it:
   - easier to attach different configs to different nodes (e.g. during broker 
upgrade process)
   - easier to reason about the configuration of a particular node
   
   Notes:
   - in the default values in the KafkaConfig class, I removed many properties 
which were in kafka.properties before. This is because most of those properties 
were set to what is already the default value.
   - when running non-trunk VerifiableProducer, I append the trunk tools jar to 
the classpath, and run it with the non-trunk kafka-run-class.sh script
   


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