generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Description
Only for protobuf:
According to the wire format of the Confluent serializers message-indices are injected as additional bytes after magic bytes and schema id:
magic-byte, schema-id, message-indexes, protobuf-payload
We need to strip these message-indexes before attempting to parse the data using the plain Google protobuf library if they are present.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Shipped