kafka-protobuf-console-consumer
kafka-protobuf-console-consumer copied to clipboard
I get below error when trying to deserialize messages with optional field in schema ``` panic: could not parse given files: xxxxxxxx: field xxxxxxxxx: field has label LABEL_OPTIONAL, but proto3...
Protobuf default values are known to be not serialized, instead the receiving end must fill absent values with defaults: > Instead, the receiving end assumes that if a field isn't...
I want to see the key (string) of a message, not only the message contents. 1. Is it possible? 2. Does it require development? 3. What's the effort of adding...