Daan Han

Results 4 issues of Daan Han

请问是否有方便的自定义路径的方式来指定访问路径。比如:http://localhost:8080/mypath dubbo-admin-server由于是springboot项目,可以在配置文件中指定server.servlet.context-path=/mypath 来自定义路径。 不知道admin-ui里如何调整,请帮忙说明,也请补充到贵项目文档中,谢谢!

### Question dubbo请求转发时,如何保持长连接 现在请求通过shenyu的dubbo插件转发到后端服务时,每个请求都会进行一次nacos服务发现,连接后端服务,请求服务,断开后端服务,注销nacos记录等操作。 请问,如何让shenyu与后端服务的dubbo协议连接,保持长连接,而不是每次费时的执行那么多步骤。 How to maintain a long connection when forwarding Dubbo requests Now when a request is forwarded to the backend service through Shenyu's Dubbo plugin, each...

type: enhancement
type: question

原有网关想迁移为使用shenyu网关,但不希望在shenyua dmin中录入auth data,准备做以下事情,请帮忙解答问题,谢谢 1. 通过数据库同步auth data,再通过admin同步至bootstrap?(同步 app_auth表 即可?) 2. 还是通过SHENYU的本地模式API?(本地模式https://shenyu.apache.org/docs/developer/local-model/) 3. 集群模式下如何怎么用API?也就是将来新增的AuthData,如何方便的通过API接口进行同步? My original gateway wants to migrate to Shenyu gateway, but does not want to enter auth data in...

type: question