You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/03/02 08:09:45 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #7482: [INLONG-7479][Manager] Forbidden to configure stream when group configuration fails

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org