hongawen 0b950b3c35 feat(message-boot): 接入 mq-starter 通用 MQ 抽象层(Task 9)
- 新增 FrontDataMqListener:@MqListener(LN_Topic),仅 redis-stream 模式激活
- 新增 RecallMqSender:MqTemplate.send 下行下发 Recall 消息
- FrontDataConsumer 加 @ConditionalOnProperty(mq.type=rocketmq, matchIfMissing=true) 互斥保护
- 新增 MqSliceWiringTest:4 个 ApplicationContextRunner 切片测试,全部通过
  - 关键修复:用 withUserConfiguration(依赖顺序列举) 替代 AutoConfigurations.of(),
    避免字母序排序导致 MqCoreAutoConfiguration 在 driver autoconfig 前处理,
    @ConditionalOnBean(MqDriver.class) 因此失败

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 11:16:02 +08:00
2026-05-08 10:09:48 +08:00
2025-01-16 16:35:12 +08:00
2025-12-11 14:56:14 +08:00
2026-04-02 10:48:12 +08:00
2025-04-25 16:10:54 +08:00

cn-data-platform

灿能数据处理平台

data-processing 数据处理模块,主要用于对外提供数据,以及接收数据入库。 message 消息处理模块,主要用于处理各类消息。 analysis 数据解析模块,用来解析装置上送的各类数据。 algorithm 算法模块,用来计算装置数据、业务数据。 log 日志模块,用来存储各类日志。 migration influxdb迁移模块。

Description
No description provided
Readme 2.6 MiB
2026-04 Latest
2026-05-08 13:37:36 +08:00
Languages
Java 100%