feat: 接入计划广场后端主链路

This commit is contained in:
Losita
2026-05-04 20:38:49 +08:00
parent 786c8925a0
commit 46874f0806
22 changed files with 3439 additions and 104 deletions

View File

@@ -37,6 +37,14 @@ userauth:
- "127.0.0.1:9081"
timeout: 2s
# 计划广场 zrpc 独立服务与网关客户端配置。
taskclassforum:
rpc:
listenOn: "0.0.0.0:9082"
endpoints:
- "127.0.0.1:9082"
timeout: 2s
# Kafka outbox 事件总线配置。
kafka:
enabled: true