healchow commented on code in PR #8301:
URL: https://github.com/apache/inlong/pull/8301#discussion_r1244919019
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarOperator.java:
##########
@@ -374,4 +385,40 @@ private boolean subscriptionExists(PulsarAdmin
pulsarAdmin, String topic, String
return false;
}
+ /**
+ * Query topic message for the given pulsar cluster.
+ */
+ public List<BriefMQMessage> queryLastMessage(PulsarAdmin pulsarAdmin,
String topicFullName, String subName,
Review Comment:
Should be `Lastest`?
--
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]