Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void flush(Map<TopicPartition, OffsetAndMetadata> currentOffsets) {
* {@link Transformation transformations} have been applied. These can be tracked by the task
* through the {@link SinkRecord#originalTopic()}, {@link SinkRecord#originalKafkaPartition()}
* and {@link SinkRecord#originalKafkaOffset()} methods.
* During rebalancing, this map may contain revoked partitions.
*
* @return an empty map if Connect-managed offset commit is not desired, otherwise a map of offsets by topic-partition that are
* safe to commit. Note that the returned topic-partition to offsets map should use the original Kafka
Expand Down