vernedeng commented on code in PR #6294:
URL: https://github.com/apache/inlong/pull/6294#discussion_r1008997692
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/node/AbstractDataNodeOperator.java:
##########
@@ -75,4 +82,14 @@ public void updateOpt(DataNodeRequest request, String
operator) {
throw new BusinessException(ErrorCodeEnum.CONFIG_EXPIRED);
}
}
+
+ @Override
+ public Map<String, String> parse2SinkParams(DataNodeInfo info) {
+ try {
+ return objectMapper.readValue(info.getExtParams(), HashMap.class);
Review Comment:
fixed, thx
--
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]