Skip to content

Control over payload decode #7

@nick-zh

Description

@nick-zh

For the next major we should change the current decoding logic.
Right now the message is immediately decoded, this should be an additional seperate step, triggered by the application.
The reason of Kafka headers is, that you can make quick decisions without decoding the payload.
With the current version of this lib, we always decode the payload and don't leverage that advantage.
Although the price for decode is small, this is of significance for topics with millions of messages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions