healchow commented on code in PR #7482:
URL: https://github.com/apache/inlong/pull/7482#discussion_r1122726191
##########
inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/inner/client/InlongStreamClient.java:
##########
@@ -213,4 +214,16 @@ public boolean delete(String groupId, String streamId) {
ClientUtils.assertRespSuccess(response);
return response.getData();
}
+
+ /**
+ * Converts a json string to a streamFields
+ *
+ * @param fieldsJson JSON string for the field information
+ * @return list of stream field
+ */
+ public List<StreamField> parseFields(String fieldsJson) {
Review Comment:
This method seems not related to this issue.
--
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]