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


##########
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<BriefMQMessage> queryLastestMessage(InlongGroupInfo 
groupInfo, InlongStreamInfo streamInfo,
+            Integer messageCount)
+            throws PulsarClientException {

Review Comment:
   One line is enough.



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