As has been noted before, I think this would be possible by doing a pure implementation, wrapping the java client, or with a JNI wrapper over the C-core (these implementations probably end up relatively different from C-wrapping grpc-ruby).
Actually one thing hasn't been noted yet: If only a client-side library is needed, then perhaps the jruby-platform target could only need to emulate the client-half of the c-wrapping grpc-ruby (would probably simplify things). As for where the project could live though, one option is it could go into the same grpc repo as current grpc-ruby. Another is it could be done entirely as a third party project in its own repo, for which we could give some guidance. On Wednesday, February 15, 2017 at 8:59:31 AM UTC-8, Jason Lunn wrote: > > There is a GRFC <https://github.com/grpc/proposal/pull/13> to add support > for the JRuby <http://jruby.org/> interpreter, which runs on the JVM. > > Please provide all feedback on this thread. > -- 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/d593f220-15c5-492b-bc10-698c4219fff1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
