Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Supported delivery guarantees:

  • exactlyExactly-once (default behavior) - data : Data will be stored exactly once on the target. Any data from partial, unclear, or failed data transfer will be automatically removed from the target.

  • atAt-least-once - data : Data will be transferred to the target at least once. There No cleanup is no cleanup performed in case of partial, unclear, or failed data transfers which might result in duplicate entries.

...