AHeise commented on a change in pull request #12674:
URL: https://github.com/apache/flink/pull/12674#discussion_r440770020
##########
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:
Apparently it worked exactly the other way around with older version. So
I'd just assume that it comes from any output and write the code accordingly.
----------------------------------------------------------------
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]