[protobuf] Reading FileOptions extension in C++?

2022-09-14 Thread Colin McInnes
I know how to read an option within Message by using GetExtension on the Message, but can I do that for a global option that is not encapsulated within a message? So in C++, how would I read the "my_file_name" option from the proto below? extend google.protobuf.FileOptions { string

[protobuf] CLA failure check for cherry picks

2022-09-14 Thread Xavier Bonaventura
Hi, I wanted to propose a cherry pick for the 21.x branch but the CLA check is failing because the original author. It seems to me that the user of the original author is nothing else than a placeholder for a Google employee, how should we proceed?

Re: [protobuf] Autogen.sh not found

2022-09-14 Thread helen ristov
Thanks Mike, I actually was able to get it to build using cmake. Just modified the instructions below. I'm setting up a VM for a project I am working on. We are developing a mobile app that can communicate with devices on cars. The communication is done through protobuf, but I'm getting my dev

Re: [protobuf] Consume and Produce to different topics

2022-09-14 Thread Derek Perez
Hello, I think you’ll wanna ask the Kafka community for advice on this. Protobuf is merely the data format in use it sounds like and has little to do with micro service design. Good luck! - Derek On Wed, Sep 14, 2022 at 12:07 AM Itamar Yarden wrote: > Hello, > I am currently working on a

[protobuf] Consume and Produce to different topics

2022-09-14 Thread Itamar Yarden
Hello, I am currently working on a project where I need to connect multipile micro-services with kafka and to serializer/deserialize messages with protobufers, I am currently trying to figure out how to read data with consumer from topic with schema A and then process it and produce the