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] AbstractLogConsumeClient.initClient marks started even when initClient0 bailed — NPE in consume0 (Kafka/RocketMQ/Pulsar/Tencent/RabbitMQ)
- [BUG] MqttContext.isValid NPE when client omits password (anonymous/username-only CONNECT)
- [BUG] SUBACK always grants QoS 0, ignoring the requested QoS
- [BUG] Retain flag ignored — every PUBLISH stored as retained; zero-byte retained PUBLISH never deletes
- [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
- [BUG] ShenyuClientProxyFactory caches proxies in static ConcurrentMap keyed by apiClass — stale proxy + ApplicationContext leak across restarts
- Docs
- Java not yet supported