This commit is contained in:
2021-08-04 14:37:12 +08:00
parent 864c62c345
commit 31e741aa43
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class Kafka implements CustomProcess
$setting = $server->setting['worker_num'];
/** @var TaskContainer $container */
/** @var TaskProvider $container */
$container = Snowflake::app()->get('kafka-container');
$handler = $container->getConsumer($topic);