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