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
Setting request.required.acks = 1 means that we will get success response after leader broker committed the message to its storage or is it leader broker and one ISR?
In other word does it make sense to set request.required.acks = 2 so that the message is required to be committed to at least 2 hosts?
Also according to this issue it is either all or one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Setting
request.required.acks = 1
means that we will get success response after leader broker committed the message to its storage or is it leader broker and one ISR?In other word does it make sense to set
request.required.acks = 2
so that the message is required to be committed to at least 2 hosts?Also according to this issue it is either all or one.
Beta Was this translation helpful? Give feedback.
All reactions