cqutwangyu commented on code in PR #6250:
URL: https://github.com/apache/seatunnel/pull/6250#discussion_r1462771099


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/src/test/java/org/apache/seatunnel/e2e/connector/rocketmq/RocketMqIT.java:
##########
@@ -214,6 +214,21 @@ public void testSourceRocketMqTextToConsole(TestContainer 
container)
         Assertions.assertEquals(0, execResult.getExitCode(), 
execResult.getStderr());
     }
 
+    @TestTemplate
+    public void testStreamingSourceRocketMqTextToConsole(TestContainer 
container)

Review Comment:
   Okay, thanks for the guidance. I found that the 'Seek offset illegal' error 
does not cause the FlinkEngine program to exit, but instead triggers exception 
logging on a loop. But in ` org. Apache. Seatunnel. Example. Engine. 
SeaTunnelEngineExample ` can make the program exits.



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

Reply via email to