-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
It would be convenient to add no-commit option to CommitMode
Lines 215 to 228 in 513d9d4
| 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
Labels
No labels