改名
This commit is contained in:
@@ -108,6 +108,9 @@ class Producer extends Component
|
||||
} else if (!isset($consumers['groupId'])) {
|
||||
$consumers['groupId'] = $topic . ':' . Snowflake::localhost();
|
||||
}
|
||||
|
||||
var_dump(swoole_serialize($params));
|
||||
|
||||
$this->setGroupId($groupId)->setTopic($topic)
|
||||
->setBrokers($consumers['brokers'])
|
||||
->delivery(swoole_serialize($params));
|
||||
|
||||
Reference in New Issue
Block a user