数据20250916优化-topic订阅失败&数据空报警

This commit is contained in:
2025-09-22 00:40:38 +08:00
parent e93f9cc6b8
commit a5f1444984
9 changed files with 151 additions and 36 deletions

View File

@ -56,4 +56,9 @@ public class RedisKeyConstants
* 存放单个设备同步过来的原始数据
*/
public static final String ORIGINAL_MQTT_DATA = "MQTT_";
/** 存放订阅失败告警信息 */
public static final String TOPIC_FAILED_ALRAM_RECORD = "topic_failed_";
/** topic 内没有数据设备维度告警 */
public static final String TOPIC_EMPTY_ALARM_RECORD = "topic_empty_";
}