You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/08 09:37:43 UTC

[GitHub] [inlong] yunqingmoswu commented on a diff in pull request #5254: [INLONG-5158][Sort] Sort add metric for kafka source with flink metrics group and audit sdk

yunqingmoswu commented on code in PR #5254:
URL: https://github.com/apache/inlong/pull/5254#discussion_r940032599


##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/GroupInfo.java:
##########
@@ -39,6 +40,9 @@ public class GroupInfo implements Serializable {
     @JsonProperty("streams")
     private List<StreamInfo> streams;
 
+    @JsonProperty("extraInfo")
+    private Properties extraInfo;

Review Comment:
   Maybe Properties extraInfo -> Map<String,String> properties ?



-- 
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