pocozh commented on a change in pull request #2964:
URL: https://github.com/apache/incubator-inlong/pull/2964#discussion_r820412427
##########
File path:
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/CommonOperateService.java
##########
@@ -74,8 +74,12 @@ public String getSpecifiedParam(String key) {
case Constant.PULSAR_SERVICEURL: {
clusterEntity =
getThirdPartyCluster(Constant.MIDDLEWARE_PULSAR);
if (clusterEntity != null) {
- params = gson.fromJson(clusterEntity.getExtParams(),
Map.class);
- result = params.get(key);
+ if (key.equals(Constant.PULSAR_SERVICEURL)) {
Review comment:
okkk
--
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]