You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
In FLIP-167, a new watermark API is introduced in both the new and old Sink API
We can
Change our current watermark implementation in SinkFunction implementation. We can get rid of the periodic checking per event and only propagate the watermark to Pravega in the writeWatermark call.
For new Sink API, add the watermark propagation logic in the SinkWriter and let user use an enableWatermarkPropagation(true) call to trigger in the builder.
Problem location
the new and old Sink API
Suggestions for an improvement
The text was updated successfully, but these errors were encountered:
Problem description
In FLIP-167, a new watermark API is introduced in both the new and old Sink API
We can
SinkFunction
implementation. We can get rid of the periodic checking per event and only propagate the watermark to Pravega in thewriteWatermark
call.SinkWriter
and let user use anenableWatermarkPropagation(true)
call to trigger in the builder.Problem location
the new and old Sink API
Suggestions for an improvement
The text was updated successfully, but these errors were encountered: