Adding the @eventTime annotation to SPL operators
When you apply an @eventTime
annotation to a primitive operator, you
indicate that the operator and all the downstream operators which are connected via event-time
streams are part of an event-time graph.
Before you begin
- You can apply the
@eventTime
annotation to primitive operators, only. For more information refer to @eventTime annotation. - A valid
@eventTime
annotation requires that the primitive operator has an output port. This output port must have a schema that has an attribute with one of the accepted event-time tuple types (uint64, int64, timestamp).