mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Added ReactiveX
This commit is contained in:
parent
ffb38e95bc
commit
d4ab879016
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
### Reactivity
|
||||
|
||||
- [Reactive Kafka](https://github.com/softwaremill/reactive-kafka) - Reactive Streams API for Apache Kafka.
|
||||
- [ReactiveX](http://reactivex.io/) An API for asynchronous programming with observable streams. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
|
||||
- [RxJava](https://github.com/ReactiveX/RxJava) - Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the JVM.
|
||||
|
||||
### Resilience
|
||||
|
|
Loading…
Reference in a new issue