(commit-offsets consumer topic-entity)Synchronously commits the current consumer offsets. Invoked only when a batch route is
configured with :manual-commit-enabled, so offsets are committed after a batch has been
processed (handler executed and any failures enqueued to the retry queue) rather than by
Kafka's background auto-commit.
A commit failure is logged and reported as a metric but does NOT halt the poll loop; the offsets will be committed on the next successful commit, preserving at-least-once delivery.
Synchronously commits the current consumer offsets. Invoked only when a batch route is configured with `:manual-commit-enabled`, so offsets are committed after a batch has been processed (handler executed and any failures enqueued to the retry queue) rather than by Kafka's background auto-commit. A commit failure is logged and reported as a metric but does NOT halt the poll loop; the offsets will be committed on the next successful commit, preserving at-least-once delivery.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |