Skip to content

Commit

Permalink
initialized rdKafkaConsumers attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk39 committed Sep 12, 2019
1 parent 130e934 commit c4ba709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/rdkafka/RdKafkaContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function __construct(array $config)
{
$this->config = $config;
$this->kafkaConsumers = [];
$this->rdKafkaConsumers = [];

$this->setSerializer(new JsonSerializer());
}
Expand Down

0 comments on commit c4ba709

Please sign in to comment.