-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imports #8
Comments
It's indeed an issue. I'm trying to support this recently. exprotobuf and gpb support import, but some work is still needed to integrate with gRPC. |
Some thoughts about this feature: The current implement(mix task) and protoc-erl(what gpb implements) may be wrong. The right solution should be writing a plugin for the official |
it's defined here:
and the definition for those are given here: I might take a stab at it when cycles free up |
@alexander-alvarez Thank you. I already found it last month. btw, I'm trying to implement that by Elixir recently, but it will take some time 😀 |
@tony612 you doing it as a separate application? |
@alexander-alvarez I'm trying to create a plugin for protoc to generate the Elixir code from the proto file. |
exprotobuf is replaced by protobuf now. So import has been supported. Doc is coming :) |
This package doesn't seem to support files that have import statements. Is there a way to use such files currently ?
exprotobuf seems to support import statements when providing all the imported files explicitly, however I can't find a way to do that with grpc-elixir.
The text was updated successfully, but these errors were encountered: