mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 02:52:08 +08:00
Topic消息查询支持Timestamp排序,接口支持按指定日期查询
This commit is contained in:
@@ -92,9 +92,8 @@ public class TopicStateController {
|
||||
@ResponseBody
|
||||
public Result<List<TopicRecordVO>> getTopicMessages(@PathVariable Long clusterPhyId,
|
||||
@PathVariable String topicName,
|
||||
@Validated @RequestBody TopicRecordDTO dto,
|
||||
@Validated PaginationSortDTO sortDto) throws Exception {
|
||||
return topicStateManager.getTopicMessages(clusterPhyId, topicName, dto, sortDto);
|
||||
@Validated @RequestBody TopicRecordDTO dto) throws Exception {
|
||||
return topicStateManager.getTopicMessages(clusterPhyId, topicName, dto);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "Topic-ACL信息", notes = "")
|
||||
|
||||
Reference in New Issue
Block a user