pnowojski commented on code in PR #27345:
URL: https://github.com/apache/flink/pull/27345#discussion_r2676245397
##########
flink-core/src/main/java/org/apache/flink/api/common/functions/RichFunction.java:
##########
@@ -112,4 +113,30 @@ public interface RichFunction extends Function {
* @param t The runtime context.
*/
void setRuntimeContext(RuntimeContext t);
+
+ /**
+ * Can be overridden to enable splittable timers for this particular
function even if config
+ * option is enabled. By default, splittable timers are disabled. NOTE:
operator that executes
Review Comment:
nit: splittable->interruptible
--
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]