Skip to content

Commit

Permalink
Update Akka note, remove Java 9 Flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichela authored Aug 17, 2019
1 parent 83f04eb commit c737247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Reactive gRPC supports the following reactive programming models:

* [RxJava 2](https://github.com/salesforce/reactive-grpc/tree/master/rx-java)
* [Spring Reactor](https://github.com/salesforce/reactive-grpc/tree/master/reactor)
* (Eventually) [Java9 Flow](https://community.oracle.com/docs/DOC-1006738)
* (Eventually) [Akka Streams](https://doc.akka.io/docs/akka/2.5/stream/index.html)

[Akka gRPC](https://github.com/akka/akka-grpc) is now mature and production ready. Use that for Akka-based services.

# Usage
See the readme in each technology-specific sub-directory for usage details.
Expand Down

0 comments on commit c737247

Please sign in to comment.