Skip to content

Commit

Permalink
Merge pull request #178 from akucherenko/fix-rdkafka-rebalance-cb
Browse files Browse the repository at this point in the history
Fix typo in configuration parameter
  • Loading branch information
makasim authored Aug 25, 2017
2 parents 0fad9dc + 0b1b0c4 commit b822eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rdkafka/RdKafkaContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private function getConf()
}

if (isset($this->config['rebalance_cb'])) {
$this->conf->setRebalanceCb($this->config['errorebalance_cbr_cb']);
$this->conf->setRebalanceCb($this->config['rebalance_cb']);
}

$this->conf->setDefaultTopicConf($topicConf);
Expand Down

0 comments on commit b822eb7

Please sign in to comment.