johnjcasey commented on code in PR #21752:
URL: https://github.com/apache/beam/pull/21752#discussion_r908529896
##########
sdks/java/io/kafka/build.gradle:
##########
@@ -135,7 +144,8 @@ kafkaVersions.each {kv ->
include '**/KafkaIOIT.class'
filter {
- includeTestsMatching "*InBatch"
+ excludeTestsMatching "*InStreaming"
+ if (!(kv.key in sdfKafkaVersions)) excludeTestsMatching
"*DynamicPartitions" //admin client create partitions does not exist in kafka
0.11.0.3 and kafka sdf does not appear to work for kafka versions <2.0.1
Review Comment:
These get run by Run Java_Kafka_IO_Direct PreCommit
--
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]