(SM-2508) Supported Delivery Guarantees
The following delivery guarantees are supported:
Exactly-once (default behavior): Data will be stored exactly once on the target. Any data from partial, unclear, or failed data transfers will be automatically removed from the target.
At-least-once: Data will be transferred to the target at least once. No cleanup is performed in case of partial, unclear, or failed data transfers. This might result in duplicate entries.