Re: [protobuf] Looking for protocol buffer compiler version 2.3.0 for Linux platform

2018-09-25 Thread 'Adam Cozzette' via Protocol Buffers
That version is getting close to nine years old--are you sure you want to use it? If you do decide to use it, I don't think there are any releases anywhere so you would have to clone the Git repo and just go back to an old commit. On Tue, Sep 25, 2018 at 5:14 AM Sachin Tiwari wrote: > Hi, > > I

Re: [protobuf] Re: Service Expected message type

2018-09-25 Thread 'Adam Cozzette' via Protocol Buffers
A message type is required for both the request and response. You can always use google.protobuf.Empty (from src/google/protobuf/empty.proto) as a placeholder empty message. On Tue, Sep 25, 2018 at 6:23 AM omid pourhadi wrote: > and sometimes I don't want to pass any message type to rpc method >

[protobuf] Re: Service Expected message type

2018-09-25 Thread omid pourhadi
and sometimes I don't want to pass any message type to rpc method rpc count() returns (int32 count) {}; -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[protobuf] Service Expected message type

2018-09-25 Thread omid pourhadi
Hi, I'm new to protobuf and I'm trying to create a simple CRUD app with grpc my proto file is : service AcceptorService { rpc create (Acceptor) returns (Acceptor) {}; rpc update (Acceptor) returns (Acceptor) {}; rpc list(Pagination) returns (AcceptorList) {}; rpc count(Pagination) re

[protobuf] Looking for protocol buffer compiler version 2.3.0 for Linux platform

2018-09-25 Thread Sachin Tiwari
Hi, I am looking for protocol buffer compiler version 2.3.0 for Linux platform Therefore I tried looking up under https://repo1.maven.org/maven2/com/google/protobuf/protoc/ But this link seems to have compiler version starting from 2.5.0 and above. :( Could someone share/redirect me to repo f