Skip to content

Kafka exactly-once via manual offset-commit mode #2

@pathosDev

Description

@pathosDev

KafkaActor currently uses kafkajs auto-commit (at-least-once). Add a manual-commit mode where the actor re-emits offsets along with consumed records and waits for an explicit { kind: 'commit', offset } from the handler before advancing. Closes the gap for apps that need exactly-once-with-processing semantics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions