Key Features

Delivery Semantics

Kafka Connect commits offsets for data delivered to the sink connector to prevent duplicate data in the target system. To achieve exactly-once delivery, the target system must keep track of message and offset information, which is not provided by default for web service data sources. There may be scenarios where the connector cannot guarantee exactly-once delivery, but rather at-least-once delivery semantics.

Offset Handling

The connector completely applies to the standard way of handling offsets and commits in Kafka Connect sink connectors.