Skip to content

Feature request: Support Confluent producers in new Kafka utility #6832

Closed
@leandrodamascena

Description

@leandrodamascena

Use case

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.

See: https://docs.confluent.io/platform/current/schema-registry/fundamentals/serdes-develop/index.html#wire-format

Solution/User Experience

Add support for confluent producers.

Alternative solutions

Acknowledgment

Metadata

Metadata

Labels

Type

No type

Projects

Status

Coming soon

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions