shenyu
https://github.com/apache/shenyu
Java
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported2 Subscribers
Add a CodeTriage badge to shenyu
Help out
- Issues
- [BUG] FixedRetryStrategy retries on ALL errors with no filter and no idempotency guard
- [BUG] No config-change coalescing: each imported selector/rule triggers a full-namespace cache rebuild + broadcast
- [BUG] CrossFilter compiles origin regex on every CORS request
- [BUG] LoadbalancerUtils.buildLoadBalanceData copies all headers + cookies + queryParams per request though only ip is used
- [BUG] AbstractShenyuPlugin cache-miss path: stream + ArrayList + Integer-boxing groupingBy + Pair per request
- [BUG] new ObjectMapper() per MCP request (two sites)
- [BUG] LogCollectUtils serializes headers to JSON on the request thread
- [BUG] HttpClientProperties.responseTimeout is dead configuration (never applied)
- [BUG] Exponential/Fixed retry strategies: outer timeout neuters configured retry count
- [BUG] No circuit breaker in the proxy/retry path by default — no fast-fail when all upstreams are down
- Docs
- Java not yet supported