kafka-protobuf-console-consumer icon indicating copy to clipboard operation
kafka-protobuf-console-consumer copied to clipboard

support optional labels in Proto3

Open sappusaketh opened this issue 1 year ago • 0 comments

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 should omit labels other than 'repeated'

sappusaketh avatar Jun 01 '23 14:06 sappusaketh