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
Flink has already provided a enum DeliveryGuarantee to describe the delivery guarantee that our sink uses. We should leverage it instead of the current PravegaWriterMode enum.
Problem location PravegaWriterMode, Sink
Suggestions for an improvement
The text was updated successfully, but these errors were encountered:
For this task, we need to mark the writer mode API deprecated, and keep its compatibility for this release for now. We will consider removing the writer mode in the next one or two releases.
As the new Sink API is still marked experimental, we decide not changing the old Sink API to keep the compatibility, and directly change to use the DeliveryGuarantee and remove the writer mode support in the new Sink API.
Problem description
Flink has already provided a enum
DeliveryGuarantee
to describe the delivery guarantee that our sink uses. We should leverage it instead of the currentPravegaWriterMode
enum.Problem location
PravegaWriterMode
, SinkSuggestions for an improvement
The text was updated successfully, but these errors were encountered: