chia7712 commented on code in PR #22521:
URL: https://github.com/apache/kafka/pull/22521#discussion_r3491032876
##########
build.gradle:
##########
@@ -3043,16 +3051,34 @@ project(':streams:integration-tests') {
archivesName = "kafka-streams-integration-tests"
}
+ apply plugin: 'java-test-fixtures'
Review Comment:
I guess the purpose of adding testfixtures to `streams:integration-tests`
was to let the tools module use `EmbeddedKafkaCluster`. However, I grepped the
usages and it seems they can be replaced by `ClusterInstance`, which would
prevent introducing unnecessary module complexity
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]