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] HttpSyncDataService.doLongPolling NPE on missing/null data key in admin response
- [BUG] WebSocket onMessage has no try-catch — malformed/unknown payload kills reader thread
- [BUG] Log desensitization silently replaces non-JSON bodies/query strings with {} (data loss)
- [BUG] MqttContext.isValid NPE when client omits password (anonymous/username-only CONNECT)
- [BUG] SUBACK always grants QoS 0, ignoring the requested QoS
- [BUG] Subscriber fan-out always QoS 0 and reuses publisher's packetId for every subscriber
- [BUG] Wildcard subscription matching not implemented — +/-# subscriptions never receive messages
- [BUG] HttpShenyuSdkClient wraps all failures into ShenyuException — silently disables retry (default httpclient backend)
- [BUG] HttpShenyuSdkClient never shuts down CloseableHttpAsyncClient / IOReactor — non-daemon threads block JVM exit
- [BUG] RequestTemplate.request() concatenates url with null path — literal null segment in request URL
- Docs
- Java not yet supported