mjsax commented on code in PR #14164: URL: https://github.com/apache/kafka/pull/14164#discussion_r1287676811
########## streams/src/test/java/org/apache/kafka/streams/integration/utils/KafkaEmbedded.java: ########## @@ -91,6 +91,7 @@ private Properties effectiveConfigFrom(final Properties initialConfig) { effectiveConfig.put(KafkaConfig.MessageMaxBytesProp(), 1000000); effectiveConfig.put(KafkaConfig.ControlledShutdownEnableProp(), true); effectiveConfig.put(KafkaConfig.ZkSessionTimeoutMsProp(), 10000); + effectiveConfig.put(KafkaConfig.RackProp(), "rack0"); Review Comment: why do we need this overwrite? -- 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