From ce4e8486638c43e7c9abd25dc618e7d7b314a0cd Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 11 Oct 2021 21:21:47 +0800 Subject: [PATCH] Add comments for Milvus.yaml (#9553) Signed-off-by: Bennu --- configs/milvus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 7a3d383c1b..9736e58db4 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -36,6 +36,7 @@ minio: bucketName: "a-bucket" rootPath: files +# Related configuration of pulsar, used to manage Milvus logs of recent mutation operations, output streaming log, and provide log publish-subscribe services. pulsar: address: localhost port: 6650