改名
This commit is contained in:
@@ -39,13 +39,6 @@ class Kafka extends \Snowflake\Process\Process
|
|||||||
{
|
{
|
||||||
$this->channelListener();
|
$this->channelListener();
|
||||||
|
|
||||||
go(function () use ($process) {
|
|
||||||
$sign = Coroutine::waitSignal(SIGUSR1 | SIGTERM | SIGKILL, -1);
|
|
||||||
|
|
||||||
|
|
||||||
var_dump($sign);
|
|
||||||
});
|
|
||||||
|
|
||||||
$waite = new WaitGroup();
|
$waite = new WaitGroup();
|
||||||
$kafkaServers = SConfig::get('kafka.servers');
|
$kafkaServers = SConfig::get('kafka.servers');
|
||||||
foreach ($kafkaServers as $kafkaServer) {
|
foreach ($kafkaServers as $kafkaServer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user