Re: [protobuf] Re: Using google proto as a on wire data format

2023-02-27 Thread 'Adam Cozzette' via Protocol Buffers
I think you probably want to use an RPC framework such as gRPC which will handle all this for you. On Sun, Feb 26, 2023 at 9:14 AM Sumit Patil wrote: > Note - lang = CPP > > On Sunday, 26 February, 2023 at 10:38:40 pm UTC+5:30 Sumit Patil wrote: > >> Hii everyone, >> I am tryi

Re: [protobuf] Proto File not found while running protoc

2023-02-27 Thread ritesh singh
I went through docs - and i guess importer can be used - https://protobuf.dev/reference/cpp/api-docs/google.protobuf.compiler.importer/ But, this is not exposed as java api. On Sunday, February 26, 2023 at 7:25:49 PM UTC+5:30 ritesh singh wrote: > I was also wondering, if > https://mvnreposit

Re: [protobuf] Proto File not found while running protoc

2023-02-27 Thread ritesh singh
Unless, there's some option or way to execute it in java/kotlin without reying on user's machine. I believe https://github.com/os72/protoc-jar is the only option. On Tuesday, February 28, 2023 at 12:59:48 AM UTC+5:30 ritesh singh wrote: > I went through docs - and i guess importer can be used -