You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/19 10:40:43 UTC

[GitHub] [inlong] dockerzhang commented on a diff in pull request #5606: [INLONG-5603][DataProxy] The in charges person and other info are not reported

dockerzhang commented on code in PR #5606:
URL: https://github.com/apache/inlong/pull/5606#discussion_r950056446


##########
inlong-dataproxy/dataproxy-docker/Dockerfile:
##########
@@ -29,6 +29,9 @@ ENV MANAGER_OPENAPI_PORT=8083
 ENV AUDIT_PROXY_URL=127.0.0.1:10081
 # pulsar or tubemq
 ENV MQ_TYPE=pulsar
+ENV CLUSTER_TAG=''
+ENV CLUSTER_NAME=default
+ENV CLUSTER_IN_CHARGES=admin

Review Comment:
   keep the default same with common.properties
   ```
   proxy.cluster.name=default_dataproxy
   proxy.cluster.tag=default_cluster
   proxy.cluster.inCharges=admin
   ```



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org