[protobuf] How to set multiple keys for protobuf Maps

2019-06-03 Thread Michael Nguyen
I am trying to create a dictionary as part of my message and I would like to have multiple keys for the dictionary. Here's what my message currently looks like: message User { string name = 1; string manager = 2; string id = 3; map metadata = 4; } In the metadata field I would like to sa

Re: [protobuf] C# - Can I compile Proto 2 with compiler Proto 3

2019-06-03 Thread Marina Karmely
Thank you guys ! it was very helpful On Sun, Jun 2, 2019 at 9:18 PM Derek Perez wrote: > Ok news to me. I was under the impression the compiler was agnostically > backwards compatible but could be wrong. Also unsure for output language > support outside the base support languages. > On Jun 2, 20