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
Fix default retention time value in offset commit (#2700)
The retention time field of the offset commit request uses -1 to mean
"use the broker's default". Sarama uses the value 0 in the
`Config.Consumer.Offsets.Retenton` field to mean "use the broker's
default". Ensure that Sarama's default (0) is correctly mapped to the
broker's default (-1).
Fixes: #2677
Signed-off-by: Adrian Preston <[email protected]>
0 commit comments