shenyu
shenyu copied to clipboard
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
### Question I found that the dashboard is another project, and admin is putting the compiled files. I don't know what the current process is like. Why not link the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior when i try use divide to route to service behind nacos....
### version 2.6.1 ### Question example like divide and rewrite, who run first? when the prefix have been strip(rewrite), the divide plugin uri still must have the prefix to match....
### Question ## Suggest simple the route config? I want to route to a python service behind the nacos. the request uri:“someServiceApi/someModule/doSomething” the actual uri in the python service: "someModule/doSomething"...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 返回数据比较多,经过网关时候被截断了,前端接收数据不全,比如: "names": [ { "language": "en-US", "name": "12122" }, { "language":...
### Question Hi everyone, I configure 2 interfaces by shenyu-bootstrap, called /a and /b.They are work while single,but /b does not work until timeout while invoked by /a.After timeout, /b...
### Question Hello Apache ShenYu Community, I'm interested in exploring the possibility of adding an AI plugin to the ShenYu ecosystem. The goal is to leverage artificial intelligence to enhance...
### Question Hi everyone.My project built by shenyu-bootstrap,When the client frequently calls the interface in a short period of time, there are often individual request timeouts, and the call logs...
### Question How to do data distribution? We have A requirement that service A sends data to the gateway, and then the gateway distributes the data to service B and...
### Question I expect to implement GM SSL by integrating the BGMProvider cryptographic suite from OpenEuler. Maven ~~~xml org.openeuler bgmprovider 1.1.3 ~~~ application.yml ~~~yaml server: port: 9195 address: 0.0.0.0 servlet:...