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
A manual periodic commit could be called manual_commit_interval_ms, where (if enable_auto_commit is false):
= 0 (default): commits on every poll
> 0: commits offsets at every interval (approximately)
This check would be done before the poll call (or after writing to the queue), so the interplay between poll_timeout_ms, fetch_max_wait_ms, request_timeout_ms and this new manual_commit_interval_ms would have to be sanity checked to ensure the users sets sane values.
A manual periodic commit could be called
manual_commit_interval_ms
, where (ifenable_auto_commit
isfalse
):= 0
(default): commits on every poll> 0
: commits offsets at every interval (approximately)This check would be done before the
poll
call (or after writing to the queue), so the interplay betweenpoll_timeout_ms
,fetch_max_wait_ms
,request_timeout_ms
and this newmanual_commit_interval_ms
would have to be sanity checked to ensure the users sets sane values.for more context please see: #267 (comment)
The text was updated successfully, but these errors were encountered: