aloyszhang commented on a change in pull request #1818:
URL: https://github.com/apache/incubator-inlong/pull/1818#discussion_r753894338
##########
File path:
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/beans/ClusterBean.java
##########
@@ -43,4 +43,10 @@
@Value("${sort.appName}")
private String appName;
+ @Value("${pulsar.admin}")
+ private String pulsarAdmin;
+
+ @Value("${pulsar.service}")
+ private String pulsarService;
Review comment:
It's better to rename these two parameters with `url` suffix like
`pulsarAdminUrl` and `pulsarServiceUrl`
--
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]