alibaba / alibaba/Sentinel

[Feature] Reactive support for Sentinel

Open
#441 7 comments 0 reactions 1 assignee Claimed by @sczyh30 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.