Skip to content

Commit b822eb7

Browse files
authored
Merge pull request #178 from akucherenko/fix-rdkafka-rebalance-cb
Fix typo in configuration parameter
2 parents 0fad9dc + 0b1b0c4 commit b822eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/rdkafka/RdKafkaContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private function getConf()
157157
}
158158

159159
if (isset($this->config['rebalance_cb'])) {
160-
$this->conf->setRebalanceCb($this->config['errorebalance_cbr_cb']);
160+
$this->conf->setRebalanceCb($this->config['rebalance_cb']);
161161
}
162162

163163
$this->conf->setDefaultTopicConf($topicConf);

0 commit comments

Comments
 (0)