Skip to content

Commit a41ff32

Browse files
committed
Fix typo in configuration parameter
1 parent 8ec72a1 commit a41ff32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rdkafka/RdKafkaContext.php

Lines changed: 1 addition & 1 deletion
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)