I noticed that kafka consumer options like fromOffset,autoCommit are hard coded. It would be nice if we allow these options configurable ````javascript that._consumer = new Consumer(that._consumerClient, subscriptions, { groupId: groupId,fromOffset: true, autoCommit: false, encoding: "buffer"}); } ````
I noticed that kafka consumer options like fromOffset,autoCommit are hard coded. It would be nice if we allow these options configurable