This commit is contained in:
2021-01-14 10:38:03 +08:00
parent 9d181c05f0
commit 1323e4a43b
+1 -1
View File
@@ -166,7 +166,7 @@ class Kafka extends \Snowflake\Process\Process
$topicConf->set('offset.store.path', 'kafka_offset.log');
$topicConf->set('offset.store.method', 'broker');
var_dump($topicConf);
var_dump(get_object_vars($topicConf));
$topicConf->set('auto.create.topics.enable', 'true');
} catch (Throwable $exception) {