Skip to content

Commit 0b1b0c4

Browse files
committed
Fix typo in configuration parameter
1 parent 0fad9dc commit 0b1b0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)