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
if(this._isAutoCommitting !== null && typeof this._isAutoCommitting !== "undefined"){
this.config.logger.warn("enable.auto.commit has no effect in 1:n consume-mode, set to null or undefined to remove this message." +
"You can pass 'noBatchCommits' as true via options to .consume(), if you want to commit manually.");
}
I'm passing noBatchCommits as true in the consume options and I do not pass anything for enable.auto.commit. If I pass it as null, then kafka responds with error.
The text was updated successfully, but these errors were encountered:
alkiskal
changed the title
enable.auto.commit has no effect
Warning: enable.auto.commit has no effect
Jun 11, 2019
I'm passing
noBatchCommits
as true in the consume options and I do not pass anything forenable.auto.commit
. If I pass it as null, then kafka responds with error.The text was updated successfully, but these errors were encountered: