Skip to content

Kafka PubSub: Add ability to set partitionNumber in message metadata #3860

@alicejgibbons

Description

@alicejgibbons

Describe the feature

Kafka has a few per-call metadata fields already, for message headers and partition keys. As is done with partitionKey (key attribute), the request is to add partitionNumber (representing the exact partition number) as an option for Kafka message broker in order to be able to publish to a specific Kafka partition number.

This is useful for specific cases of high volume partitions when they need to be pinned to specific producers and consumers.

Release Note

RELEASE NOTE: ADD Kafka PubSub:partitionNumber in message metadata

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions