healchow commented on code in PR #4160:
URL: https://github.com/apache/incubator-inlong/pull/4160#discussion_r869975087


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/settings/InlongGroupSettings.java:
##########
@@ -34,9 +34,9 @@ public class InlongGroupSettings {
     /**
      * config of pulsar
      */
-    public static final String PULSAR_ADMIN_URL = "pulsar.adminUrl";
+    public static final String PULSAR_ADMIN_URL = "pulsar_adminUrl";
 
-    public static final String PULSAR_SERVICE_URL = "pulsar.serviceUrl";
+    public static final String PULSAR_SERVICE_URL = "pulsar_serviceUrl";

Review Comment:
   Wouldn't it be better to use 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]

Reply via email to