1.治理暂态事件、波形文件记录解析功能;日志记录功能
2.设备上线、掉线日志记录
This commit is contained in:
@@ -57,6 +57,9 @@ public class AppEventConsumer extends EnhanceConsumerMessageHandler<AppEventMess
|
||||
log.info("分发至暂态事件处理");
|
||||
eventFeignClient.analysis(appEventMessage);
|
||||
break;
|
||||
case 7:
|
||||
log.info("分发至告警事件处理");
|
||||
break;
|
||||
case 16:
|
||||
log.info("分发至录波报文处理");
|
||||
waveFeignClient.analysis(appEventMessage);
|
||||
|
||||
@@ -31,7 +31,7 @@ import java.util.Objects;
|
||||
topic = BusinessTopic.NJCN_APP_FILE_STREAM_TOPIC,
|
||||
consumerGroup = BusinessTopic.NJCN_APP_FILE_STREAM_TOPIC,
|
||||
selectorExpression = BusinessTopic.FileTag.STREAM_TAG,
|
||||
consumeThreadNumber = 10,
|
||||
consumeThreadNumber = 1,
|
||||
enableMsgTrace = true
|
||||
)
|
||||
@Slf4j
|
||||
|
||||
Reference in New Issue
Block a user