Top "Protobuf-3" questions

Protocol buffers version 3 - a new language design that is not backward compatible with previous versions.

Protobuf3: String validation with regex

I have been using Protobuf3 to define a PB message: syntax = "proto3"; package vioozer_protobuf; message Update { string sensor_id = 1; ... } …

regex string validation protocol-buffers protobuf-3
Polymorphism in Protocol Buffers 3

The current design I am refactoring some exiting API code that returns a feed of events for a user. The …

polymorphism protocol-buffers microservices protobuf-3