Skip to content
Merged
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
5 changes: 5 additions & 0 deletions source/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ do expose it:
- `Transactional` — Kafka exactly-once consume-process-produce, available when
the inlet is built with `WithTransactional()`.

**Post-drain settles:** settling a genuine Kafka record after this
subscription drained applies it as if delivered — a duplicate mark is
harmless (broker-idempotent) and accounting cannot go negative — while a
non-Kafka message is rejected where detectable.

`BlockRebalanceOnPoll` gives the engine a safe processing window: a rebalance
cannot move partitions mid-batch; the subscription releases the rebalance only
between fetches. A `NakAfter(d)` pause holds that window for at most `d` per
Expand Down