docs: align history troubleshooting comments
This commit is contained in:
@@ -62,8 +62,8 @@ public final class KafkaEnvelopeConsumerFactory {
|
||||
if (configured != null && !configured.isEmpty()) {
|
||||
return configured;
|
||||
}
|
||||
// 默认绑定保留老派生模块的消费能力;32960 主链路不依赖这些派生表,
|
||||
// 历史查询以 event-file-store 的 RAW 索引和 archive .bin 为准。
|
||||
// 默认绑定仅给未显式配置 bindings 的轻量运行时兜底。
|
||||
// 生产 history app 会显式绑定各协议 event/raw topic,并写入 TDengine raw_frames/locations。
|
||||
SinkMqProperties.Topics topics = props.getTopics();
|
||||
Map<String, SinkMqProperties.Binding> defaults = new LinkedHashMap<>();
|
||||
defaults.put("eventHistoryEnvelopeConsumerProcessor", binding(
|
||||
|
||||
Reference in New Issue
Block a user