aljoscha commented on a change in pull request #12589:
URL: https://github.com/apache/flink/pull/12589#discussion_r439301597
##########
File path:
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/statemachine/kafka/KafkaStandaloneGenerator.java
##########
@@ -90,7 +91,7 @@ public void collect(Event evt) {
@Override
public void close() {
- producer.close();
+ producer.close(Duration.ofSeconds(0));
Review comment:
I will actually revert this change because it's a standalone generator
that's not executing in Flink.
----------------------------------------------------------------
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]