Kafka - Advanced Stream Processing
You wrote this code to schedule a punctuator but it never runs:
What is the most likely reason?
context.schedule(Duration.ofSeconds(10), PunctuationType.STREAM_TIME, punctuator);
What is the most likely reason?
