Open svarkey opened 7 years ago
I noticed that kafka consumer options like fromOffset,autoCommit are hard coded. It would be nice if we allow these options configurable
that._consumer = new Consumer(that._consumerClient, subscriptions, { groupId: groupId,fromOffset: true, autoCommit: false, encoding: "buffer"}); }
Good Spot!!! Can you please send a PR for this?
I noticed that kafka consumer options like fromOffset,autoCommit are hard coded. It would be nice if we allow these options configurable