Skip to content

Commit

Permalink
feat(): trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
serj026 committed Nov 18, 2024
1 parent 07739bd commit eae5beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafka-consumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function KafkaConsumer(conf, topicConf) {
// Emit the event
self.emit('rebalance', err, assignment);

// That's it
// That's it.
try {
if (err.code === -175 /*ERR__ASSIGN_PARTITIONS*/) {
if (self.rebalanceProtocol() === 'COOPERATIVE') {
Expand Down

0 comments on commit eae5beb

Please sign in to comment.