lkokhreidze commented on a change in pull request #11837: URL: https://github.com/apache/kafka/pull/11837#discussion_r825755435
########## File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java ########## @@ -1146,6 +1187,36 @@ private void verifyEOSTransactionTimeoutCompatibility() { configUpdates.put(COMMIT_INTERVAL_MS_CONFIG, EOS_DEFAULT_COMMIT_INTERVAL_MS); } + // validate rack awareness related configuration + final List<String> rackAwareAssignmentTags = getList(RACK_AWARE_ASSIGNMENT_TAGS_CONFIG); Review comment: Not sure if this is the best place to perform those validations, but couldn't find any better place. -- 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