mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Optimize]Topic-Messages页面后端增加按照Partition和Offset纬度的排序 (#1075)
This commit is contained in:
@@ -27,5 +27,8 @@ public class PaginationConstant {
|
||||
/**
|
||||
* groupTopic列表的默认排序规则
|
||||
*/
|
||||
public static final String DEFAULT_GROUP_TOPIC_SORTED_FIELD = "topicName";
|
||||
public static final String DEFAULT_GROUP_TOPIC_SORTED_FIELD = "topicName";
|
||||
|
||||
public static final String TOPIC_RECORDS_TIME_SORTED_FIELD = "timestampUnitMs";
|
||||
public static final String TOPIC_RECORDS_OFFSET_SORTED_FIELD = "offset";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user