docs: 修正文档中UTF-8编码的格式问题

This commit is contained in:
2026-03-14 17:43:02 +08:00
parent 360d11222f
commit f14d8b155c

View File

@@ -4,7 +4,7 @@
## 1. Topic 与编码
- Topic默认 `blwlog4Nodejs-rcu-heartbeat-topic`(以服务端配置为准,见 `src/config/config.js`
- 编码UTF-8
- 编码UTF-8
- 建议消息格式JSON便于跨语言对接与灰度演进
> 服务端会以 buffer 方式接收 Kafka message.value并按 UTF-8 解码为 JSON。