Stream punctuation
Punctuation marks are an in-band signals that are inserted between tuples in a stream. They indicate breaks in the data, which can be used by the operator logic.
There are two kinds of punctuation markers in Streams Processing Language (SPL).
- Window punctuation
- Final punctuation
It is important for developers to be able to recognize situations in which punctuation must be handled, know how to handle them, and how to configure input and output ports.