[Bugfix]分批从ES查询Topic最近一条指标(#817)

This commit is contained in:
zengqiao
2022-12-07 16:09:54 +08:00
committed by EricZeng
parent d9c59cb3d3
commit f3c4133cd2
5 changed files with 45 additions and 19 deletions

View File

@@ -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() {
}
}