Skip to content

Introduce no commit option #879

@acktsap

Description

@acktsap

It would be convenient to add no-commit option to CommitMode

PERIODIC_TRANSACTIONAL_PRODUCER,
/**
* Periodically synchronous commits with the Consumer. Much faster than
* {@link #PERIODIC_TRANSACTIONAL_PRODUCER}. Slower but potentially fewer duplicates than
* {@link #PERIODIC_CONSUMER_ASYNCHRONOUS} upon replay.
*/
PERIODIC_CONSUMER_SYNC,
/**
* Periodically commits offsets asynchronously. The fastest option, under normal conditions will have few or no
* duplicates. Under failure recovery may have more duplicates than {@link #PERIODIC_CONSUMER_SYNC}.
*/
PERIODIC_CONSUMER_ASYNCHRONOUS

It can be used in several ways (e.g. in testing)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions