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 130e934 commit c4ba709Copy full SHA for c4ba709
pkg/rdkafka/RdKafkaContext.php
@@ -57,6 +57,7 @@ public function __construct(array $config)
57
{
58
$this->config = $config;
59
$this->kafkaConsumers = [];
60
+ $this->rdKafkaConsumers = [];
61
62
$this->setSerializer(new JsonSerializer());
63
}
0 commit comments