feat: add token store p0 backend flow

This commit is contained in:
Losita
2026-05-04 21:49:29 +08:00
parent 46874f0806
commit 4fc6c0cac3
18 changed files with 1921 additions and 97 deletions

View File

@@ -45,6 +45,14 @@ taskclassforum:
- "127.0.0.1:9082"
timeout: 2s
# Token 商店 zrpc 独立服务与网关客户端配置。
tokenstore:
rpc:
listenOn: "0.0.0.0:9083"
endpoints:
- "127.0.0.1:9083"
timeout: 2s
# Kafka outbox 事件总线配置。
kafka:
enabled: true