aljoscha commented on a change in pull request #12674:
URL: https://github.com/apache/flink/pull/12674#discussion_r440669394



##########
File path: 
flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/src/main/java/org/apache/flink/tests/util/kafka/LocalStandaloneKafkaResource.java
##########
@@ -214,7 +225,7 @@ private static void queryBrokerStatus(final Path kafkaDir, 
final Consumer<String
                                ZOOKEEPER_ADDRESS,
                                "get",
                                "/brokers/ids/0")
-                       .setStderrProcessor(stderrProcessor)
+                       .setStdoutProcessor(stderrProcessor)

Review comment:
       @zentol Yes, I ran the test for all Kafka versions locally.
   
   @AHeise We could, but the information we're looking for in the output is 
only in stdout. If it's not there we retry and the additional output we would 
get from stderr is ignored.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to