Open sczyh30 opened 5 years ago
期待
I will solve this problem soon, waiting for my good news.
I will solve this problem soon, waiting for my good news.
Nice. Looking forward to your work :)
@linlinisme Any progress on integration with RxJava 2.x? :)
emm... RxJava is more complicated than what I think, the progress is not well
emm... RxJava is more complicated than what I think, the progress is not well
Don't worry, we could discuss the design here :) You could also refer to the code of SentinelReactorSubscriber.
Hi @linlinisme @sczyh30 ,
Did we make any progress on this? If yes, could you please help me out pointing to the right repo/file where I can read the implementation/example
Thanks
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:Once we've accomplished this, we can easily integrate Sentinel with Spring WebFlux, Vert.x, etc.