Re: [protobuf] Generating Code With Parent Directory Imports?

2018-02-01 Thread Jonnny
import the package and ignore all of the above :-) Thanks for sharing your ideas. Hopefully it will help more people who battling the same issue in the future. On Thursday, February 1, 2018 at 2:40:22 AM UTC+2, Feng Xiao wrote: > > > > On Wed, Jan 31, 2018 at 2:57 PM, Jonnny <i

Re: [protobuf] Generating Code With Parent Directory Imports?

2018-01-31 Thread Jonnny
: > > > > On Wed, Jan 31, 2018 at 8:54 AM, Jonnny <irs...@gmail.com > > wrote: > >> Hello everyone, >> >> I have a couple of micro-services, and each has couple of proto files. >> It's common for one micro-service proto file to reference another service

[protobuf] Generating Code With Parent Directory Imports?

2018-01-31 Thread Jonnny
Hello everyone, I have a couple of micro-services, and each has couple of proto files. It's common for one micro-service proto file to reference another service proto file using import like so: import "google/protobuf/struct.proto"; import "myService/v1/message.proto"; import