Closed mkschulze closed 3 years ago
It seems like a common type of issue:
we experienced an identical issue when trying to compile protobuf for client-nodejs. We were using a tool named protoc from the grpc-tools npm package, which had an optional flag that enabled creation of the service method definitions. Why on earth such a thing would be optional, well... who knows. But maybe the tool you use to compile protobuf into a Julia library has the same flag.
@tanmaykm do we have such a flag as well here?
Has been solved by reading the instructions carefully and adding this to the mentioned file:
option java_generic_services = true;
Hello,
we are trying to generate these .proto files here.
It seems to work fine in general, but there is one file that doesn't get generated. It holds a so called "service" statement here:
It's the file grakn.proto
Would be great to see this also generated somehow.
Thanks for consideration. Referencing our issue here #https://github.com/Humans-of-Julia/GraknClient.jl/issues/20