This commit is contained in:
as2252258@163.com
2021-04-04 17:53:38 +08:00
parent 83c49c6049
commit ff131c10ad
+1 -1
View File
@@ -123,7 +123,7 @@ class Producer extends Component
{
$pool = Snowflake::app()->getChannel();
return $pool->pop($topic . '::' . ProducerTopic::class, function () use ($producer, $topic) {
return $producer->newTopic($topic, $this->topic_conf);
return $producer->newTopic($topic, $this->topicConf);
});
}