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/04/22 09:20:44 UTC

[GitHub] [incubator-inlong] kipshi commented on a diff in pull request #3875: [INLONG-3874][Manager] Abstract the operator class for creating Sink resources

kipshi commented on code in PR #3875:
URL: https://github.com/apache/incubator-inlong/pull/3875#discussion_r855967673


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sink/FullSinkInfo.java:
##########
@@ -21,11 +21,11 @@
 import lombok.Data;
 
 /**
- * Sink info for Sort
+ * Full sink info - with stream
  */
 @Data
-@ApiModel("Sink info for Sort")
-public class SinkForSortDTO {
+@ApiModel("Full sink info")
+public class FullSinkInfo {

Review Comment:
   FullSinkInfo is not clean to understand, try another name



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