Kafka - Advanced Stream Processing
Identify the error in this Kafka Streams punctuator scheduling code:
context.schedule(5000, PunctuationType.WALL_CLOCK_TIME, timestamp -> {
System.out.println("Triggered");
});