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] RuleDataRefresh.refresh() NPE on null data / no-op on empty data (HTTP sync)
- [BUG] New registrar path never propagates namespaceId — multi-namespace support broken in @EnableClientRegister path
- [BUG] WebSocket `enabled` hardcoded `true`, ignores `@ShenyuSpringWebSocketClient.enabled()`
- [BUG] McpOpenApiGenerator throws ArrayIndexOutOfBoundsException when `@OpenAPIDefinition.servers()` is empty (the default)
- [BUG] — Shared gateway thread pool defaults to `maximumPoolSize = Integer.MAX_VALUE` (unbounded eager thread spawning before queue is consulted)
- [BUG] — Disruptor consumer→executor handoff to an unbounded `LinkedBlockingQueue` breaks backpressure
- [BUG] — `AiResponseTransformerPlugin`: `new ObjectMapper()` per response (two sites)
- [BUG] — Prometheus `counter` labeled by raw request `path` → high-cardinality children map grows unbounded
- [BUG] — `ProxySelectorServiceImpl.listByPage`: 4×N+1 per row
- [BUG] — `ApiServiceImpl.listByPage`: N+1 + no SQL pagination + selects large `document` TEXT
- Docs
- Java not yet supported