shenyu
shenyu copied to clipboard
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
### 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...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior [BUG] Unable to clone and checkout the ShenYu repository due to...
[Question] Support Simultaneous HTTP and HTTPS Access in Shenyu-Bootstrap Without Forced Redirection
### Question **Expected Behavior:** Shenyu-Bootstrap should be able to handle both HTTP and HTTPS requests simultaneously without forcing HTTP requests to redirect to HTTPS
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior 比如如图这个api,应该在document中得到OrderDTO、OrderDTO的结构信息,可是在页面上却是空的(如图)   ### Expected Behavior _No response_ ### Steps To...
### Description This plugin allows modifying responses outgoing from the ShenYu gateway and supports the following transformations: - Modify JSON responses (add, remove, or replace fields) - Modify XML responses...
### Description Plugin-supported features: - Add, remove, or replace request headers - Add, remove, or replace query parameters - Modify request path (regex replacement, append, prepend) - Support for variable...
### Question I encountered some issues when compiling Shenyu. I ran into problems when executing the official compilation command provided by Shenyu: mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true -Djacoco.skip=true -DskipITs...
### Question Our company is using dubbo using probobuf, does Shenyu support this?
### Question I am encountering an issue with the default HTTP request line length limit in Shenyu (version 2.6.1). When a request URI exceeds 4096 bytes, I receive the following...
### Question When caching is enabled, logs cannot be collected. Is this a bug?