fuweng11 commented on code in PR #8301:
URL: https://github.com/apache/inlong/pull/8301#discussion_r1243215941


##########
inlong-common/src/main/java/org/apache/inlong/common/enums/MessageWrapType.java:
##########
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.inlong.common.enums;
+
+/**
+ * Enum of inlong component type.
+ */
+public enum MessageWrapType {
+
+    NONE(0, "NONE"),

Review Comment:
   done.



##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/InlongConstants.java:
##########
@@ -183,4 +183,10 @@ public class InlongConstants {
      */
     public static final String BATCH_PARSING_FILED_JSON_COMMENT_PROP = "desc";
 
+    private static final int COMPRESS_TYPE_NONE = 0;

Review Comment:
   done.



##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/QueueResourceOperator.java:
##########
@@ -71,4 +76,10 @@ default void createQueueForStream(InlongGroupInfo groupInfo, 
InlongStreamInfo st
     default void deleteQueueForStream(InlongGroupInfo groupInfo, 
InlongStreamInfo streamInfo, String operator) {
     }
 
+    default List<DisplayMessage> queryLastestMessage(InlongGroupInfo 
groupInfo, InlongStreamInfo streamInfo,
+            Integer messageNumber)

Review Comment:
   done.



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

Reply via email to