feat: 添加通知微服务,支持站内通知已读状态

This commit is contained in:
zetaloop
2026-04-24 12:44:59 +08:00
parent 95f2f10f9f
commit b557bfcc2e
52 changed files with 7035 additions and 30 deletions
+20
View File
@@ -371,6 +371,12 @@ static_resources:
cluster: dispute_api_cluster
timeout: 30s
- match:
prefix: /api/v1/notifications
route:
cluster: notification_api_cluster
timeout: 30s
- match:
prefix: /
direct_response:
@@ -818,6 +824,20 @@ static_resources:
address: dispute-api
port_value: 8888
- name: notification_api_cluster
connect_timeout: 2s
type: STRICT_DNS
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: notification_api_cluster
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: notification-api
port_value: 8888
- name: authz_adapter_cluster
connect_timeout: 0.5s
type: STRICT_DNS