改名
This commit is contained in:
@@ -52,6 +52,7 @@ class Kafka extends \Snowflake\Process\Process
|
||||
private function waite(array $kafkaServer)
|
||||
{
|
||||
try {
|
||||
swoole_set_process_name('Kafka_' . $kafkaServer['topic']);
|
||||
[$config, $topic, $conf] = $this->kafkaConfig($kafkaServer);
|
||||
if (empty($config) && empty($topic) && empty($conf)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user