mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Bugfix]分批从ES查询Topic最近一条指标(#817)
This commit is contained in:
@@ -36,6 +36,11 @@ public class ESConstant {
|
||||
|
||||
public static final Integer DEFAULT_RETRY_TIME = 3;
|
||||
|
||||
/**
|
||||
* 获取Topic-Latest指标时,单次允许的Topic数
|
||||
*/
|
||||
public static final int SEARCH_LATEST_TOPIC_METRIC_CNT_PER_REQUEST = 500;
|
||||
|
||||
private ESConstant() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user