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] MetaDataCache: unbounded CACHE (maximumSize=Integer.MAX_VALUE) + MAPPING Set never shrunk
- [BUG] MetaDataCache.obtain does O(n) linear scan with AntPathMatcher on every cache miss
- [BUG] Tars ApplicationConfigCache: four unbounded ConcurrentHashMaps never evicted (class-loader leak)
- [BUG] WebsocketCollector.sendMessageBySession: global synchronized + blocking synchronous send
- [BUG] HttpLongPollingDataChangedListener: single-thread scheduler + global synchronized(this) full-cache refresh
- [BUG] BaseDataCache.removeSelectData/removeRuleData mutate live list in place while readers iterate unsynchronized (CME risk)
- [BUG] HashLoadBalancer rebuilds consistent-hash ring + allocates MD5 MessageDigest per virtual node per request
- [BUG] WebClientPlugin: wasted/duplicate request-header copy + ineffective request-side dedup
- [BUG] Default outbound connection pool is UNBOUNDED (ELASTIC, maxConnections=Integer.MAX_VALUE) with no eviction defaults
- [BUG] HTTP keepAlive defaults to false — connection pool is effectively bypassed
- Docs
- Java not yet supported