Skip to content

Support for exactly-once delivery guarantee #106

@kurnoolsaketh

Description

@kurnoolsaketh

Use case

Currently, the sink may produce duplicate rows (inherently limitation of Flink AsyncSinkBase).

Describe the solution you'd like

Support for exactly-once delivery

Describe the alternatives you've considered

  • record/batch deduplication in ClickHouse (similar to Kafka Connect)
  • ReplacingMergeTree
  • Flink state (ie, using KeyedState and a custom flatmap function to filter duplicate rows by a deterministic row id)

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions