You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure the consumers if ExactlyOnce is passed with isolation.level="read_committed" and producers
should be configured with retries=isize::MAX_VALUE and enable.idempotence=true per default.
Otherwise leave the default.
Configure the consumers if
ExactlyOnceis passed withisolation.level="read_committed"and producersshould be configured with
retries=isize::MAX_VALUEandenable.idempotence=trueper default.Otherwise leave the default.