shenyu
shenyu copied to clipboard
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
### Question I suggest add a button in Selector config page, Rule config page, or other config page.When click the button, system will copy the json config of the page...
see gif:  Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x]...
Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test...
Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test...
decouple apidoc module from rule and selector modules, link https://github.com/apache/shenyu/issues/5623 Make sure that: - [X] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [X] You submit test cases (unit or integration...
Current default value of extPlugin path `/ext-lib/` is not consistent with described in deployment document,which resulting custom plugin jars auto loading failed. On Windows, bootstrap binary package's startup context is...
add shenyu client heartbeat Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. -...
support namespace websocket sync, link #5623 Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your...
https://github.com/apache/shenyu/issues/5529
### Question 是否有计划考虑将Bootstrap编译成native? native在应对突发流量需要扩容时启动快, 占用资源更小. 1. 很多依赖的框架并不支持 2. shenyu本身也有上传编译jar等native不能支持的功能 Is there a plan to consider compiling Bootstrap into native? Native starts quickly and consumes less resources when dealing with...