smtwilio commented on code in PR #19811:
URL: https://github.com/apache/hudi/pull/19811#discussion_r3961945090


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/HoodieStreamer.java:
##########
@@ -220,6 +220,16 @@ public void shutdownGracefully() {
     });
   }
 
+  // Interrupts an in-progress ingestion, unlike shutdownGracefully() which 
lets the current round finish.
+  public void shutdownForcefully() {

Review Comment:
   Done, renamed the method. I like the wording - Neither closes nor waits - I 
used the same in javadoc.



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