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 46397c1 commit 648b09fCopy full SHA for 648b09f
src/HighLevelConsumer.php
@@ -21,7 +21,7 @@ public function __construct(
21
)
22
{
23
$manager = resolve(KafkaManager::class);
24
- $this->producer = is_null($consumerName) ? $manager->consumer() : $manager->consumer($consumerName);
+ $this->consumer = is_null($consumerName) ? $manager->consumer() : $manager->consumer($consumerName);
25
}
26
27
/**
0 commit comments