Currently we do not. The best alternative we have right now is a interop test suites which run continuously, but those aren't comprehensive. The setup of these interop tests is pretty complicated, but you can see how we do it in the grpc/grpc repo.
At some point gRPC Java will include docs on how to add another transport, but its too early for it right now. On Wednesday, August 30, 2017 at 8:22:46 PM UTC-7, [email protected] wrote: > > I have started working on anther Java implementation of gRPC based on > Undertow and was wondering if there was any sort of compatibility test > suite I can run to verify the correctness of the implementation? > > I am planning on implementing both the server side (to allow gRPC to be > used to invoke Java EE components in Wildfly) and a client (so we can use > Undertow's ALPN implementation and avoid any messing with the boot class > path or native code). > > Thanks, > > Stuart > > -- 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/6171835e-2e48-45c2-9c65-23d780ca3754%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
