File tree 1 file changed +2
-2
lines changed
daprdocs/content/en/reference/components-reference/supported-pubsub
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ Apache Kafka supports the following bulk metadata options:
468
468
469
469
When invoking the Kafka pub/sub, its possible to provide an optional partition key by using the `metadata` query param in the request url.
470
470
471
- The param name can either `partitionKey` or `__key`
471
+ The param name can either be `partitionKey` or `__key`
472
472
473
473
Example :
474
474
@@ -498,7 +498,7 @@ curl -X POST http://localhost:3500/v1.0/publish/myKafka/myTopic?metadata.correla
498
498
# ## Kafka Pubsub special message headers received on consumer side
499
499
500
500
When consuming messages, special message metadata are being automatically passed as headers. These are :
501
- - `__key` : the message key if applicable
501
+ - `__key` : the message key if available
502
502
- `__topic` : the topic for the message
503
503
- `__partition` : the partition number for the message
504
504
- `__offset` : the offset of the message in the partition
You can’t perform that action at this time.
0 commit comments