[Feature] Reactive support for Sentinel
Open
area/integrations
kind/feature
- Dominant language
- Java
- Stars
- 23.1k
- Forks
- 8.1k
- PR merge metrics
- No merged PRs in 30d
Description
## Issue Description
Type: *feature request*
### Describe what feature you want
Reactive can bring higher throughput for IO-intensive workloads. It can also bring more elegant programming style (fluent and functional, event-driven), which has been a trend in Java community. Since Sentinel has supported asynchronous entry (`SphU.asyncEntry(resourceName)`), we can integrate with reactive stream libraries, like:
- [x] Project Reactor (#544)
- [ ] RxJava 2.x
Once we've accomplished this, we can easily integrate Sentinel with Spring WebFlux, Vert.x, etc.
Contributor guide
Assessment
This issue has not been assessed yet.