shink commented on code in PR #3646:
URL: https://github.com/apache/incubator-inlong/pull/3646#discussion_r848243755


##########
docker/kubernetes/values.yaml:
##########
@@ -602,14 +632,15 @@ tubemqBroker:
       -XX:MaxRAMPercentage=80.0
       -XX:-UseAdaptiveSizePolicy
 
-# InLong will use the external Services.
+# If exists external MySQL or Pulsar, you can set the 'enable' field value to 
true and configure related information.
 external:
   mysql:
     enabled: false
     hostname: "localhost"
     port: 3306
     username: "root"
     password: "password"
+  # If there is no external Pulsar, InLong will use TubeMQ.
   pulsar:
     enabled: false
     serviceUrl: "localhost:6650"

Review Comment:
   @dockerzhang Is it right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to