Write ProcessingGuarantee behavior #28
Labels
enhancement
New feature or request
I'm too young to die
Bugs/features are very easy to implement. Beginner friendly.
Configure the consumers if
ExactlyOnce
is passed withisolation.level="read_committed"
and producersshould be configured with
retries=isize::MAX_VALUE
andenable.idempotence=true
per default.Otherwise leave the default.
The text was updated successfully, but these errors were encountered: