feat: add cmpp inbound gateway listener

This commit is contained in:
hectorzhao
2026-07-07 16:19:14 +08:00
parent ad3b86ba0a
commit cc628d0214
14 changed files with 631 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
- PostgreSQL:仅本机 `127.0.0.1:5432`
- MinIO:仅本机 `127.0.0.1:9000/9001`,页面上传下载通过 API 转发。
- Gateway 控制服务:仅本机 `127.0.0.1:8090`
- CMPP 入站端口:`17890` 已作为部署变量保留;当前 Go Gateway 代码尚未实现完整入站 CMPP Server不要把 HTTP 控制服务误当作 CMPP 监听
- CMPP 入站端口:`17890`,由 Go Gateway 启动真实 CMPP 3.0 Server接收企业应用下游 connect/login 和 submit
## 首次部署