Hi Ryan, a bit of a silly question perhaps, but do you have Gradle support? I only see a Maven plugin.
Thanks On Saturday, 25 November 2017 05:22:58 UTC+2, Ryan Michela wrote: > > Reactive-gRPC 0.7.0 is now released and available on Maven Central. > > <groupId>com.salesforce.servicelibs</groupId> >> <artifactId>reactive-grpc</artifactId> >> <version>0.7.0</version> > > > Reactive gRPC is a suite of libraries for using gRPC with Reactive Streams > <http://www.reactive-streams.org/> programming libraries. Using a > protocol buffers compiler plugin, Reactive gRPC generates alternative gRPC > bindings for each reactive technology. The reactive bindings support unary > and streaming operations in both directions. Reactive gRPC also builds on > top of gRPC's back-pressure support, to deliver end-to-end > back-pressure-based flow control in line with Reactive Streams > back-pressure model. > > Reactive-gRPC supports: > > - RxJava > - Spring Reactor > > https://github.com/salesforce/reactive-grpc > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/3767b353-41d9-4bef-9b26-f86a835d684b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
