dialohq / ocaml-grpc

gRPC library for OCaml
https://dialohq.github.io/ocaml-grpc
BSD 3-Clause "New" or "Revised" License
58 stars 9 forks source link

Write Interoperability Test Case #45

Open tmcgilchrist opened 8 months ago

tmcgilchrist commented 8 months ago

The grpc project provides a test suite description for interoperability tests. It would be useful to provide an implementation of that for ocaml-grpc testing against other popular grpc implementations like Go or Rust.

Requirements:

I expect following on from this there will be interoperability bugs to fix.