We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d45f commit b391da8Copy full SHA for b391da8
pkg/rdkafka/RdKafkaContext.php
@@ -216,6 +216,10 @@ private function getConf(): Conf
216
if (isset($this->config['stats_cb'])) {
217
$this->conf->setStatsCb($this->config['stats_cb']);
218
}
219
+
220
+ if (isset($this->config['oauthbearer_token_refresh_cb'])) {
221
+ $this->conf->setOauthbearerTokenRefreshCb($this->config['oauthbearer_token_refresh_cb']);
222
+ }
223
224
225
return $this->conf;
0 commit comments