Skip to content

Commit 16650be

Browse files
document BB-758 potential bug on offsetsStore
Issue: BB-752
1 parent 4938b92 commit 16650be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/BackbeatConsumer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ class BackbeatConsumer extends EventEmitter {
823823
});
824824
// ensure consumer is active when calling offsetsStore() on
825825
// it, to avoid raising an exception (invalid state)
826+
// TODO : potential issue here, see BB-758
826827
if (committableOffset !== null && !this.isPaused()) {
827828
this._consumer.offsetsStore([{ topic, partition,
828829
offset: committableOffset }]);

0 commit comments

Comments
 (0)