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
change LOG level to debug for commit offsets already in progress (#241)
Offset commit already in progress is not a critical error that should kill the process.
Some commit tasks (Futures threads) take longer to complete and due to the nature of async commits, some commits take longer. Thus, changing level of Logging to debug is sufficient here.
Signed-off-by: Andrew Choi [email protected]
0 commit comments