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] DisruptorProviderManage.startup is not idempotent — leaks disruptor + executor on re-entry
- [BUG] addToFail dedup key omits namespaceId and identity fields — drops distinct / newer failed registrations
- [BUG] HttpClientRegisterRepository uses static mutable URI/ApiDoc fields — only the last DTO is offlined on shutdown, with cross-instance leakage
- [BUG] doUnregister swallows all offline exceptions — offline failures never retried, leaving stale upstreams
- [BUG] DiscoveryUpstreamDataRefresh.refresh() does not clear stale data on empty refresh (HTTP)
- [BUG] ProxySelectorRefresh.refresh() does not clear stale data on empty refresh (HTTP)
- [BUG] DiscoveryUpstreamDataHandler.doRefresh() (WebSocket) does not call refresh() before re-adding data
- [BUG] ConsulSyncDataService uses non-thread-safe HashMap for shared state accessed by 7 concurrent watcher threads
- [BUG] WebsocketSyncDataService.masterCheck() orphans clients on `!isOpen()` by not calling nowClose()
- [BUG] WebsocketSyncDataService.close() shuts down the shared WheelTimerFactory timer, breaking FailbackRegistryRepository
- Docs
- Java not yet supported