Skip to content

Commit 224c7de

Browse files
committed
Typo
Signed-off-by: Patrick Assuied <[email protected]>
1 parent 1ab3eca commit 224c7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Apache Kafka supports the following bulk metadata options:
468468

469469
When invoking the Kafka pub/sub, its possible to provide an optional partition key by using the `metadata` query param in the request url.
470470

471-
The param name can either `partitionKey` or `__key`
471+
The param name can either be `partitionKey` or `__key`
472472

473473
Example:
474474

@@ -498,7 +498,7 @@ curl -X POST http://localhost:3500/v1.0/publish/myKafka/myTopic?metadata.correla
498498
### Kafka Pubsub special message headers received on consumer side
499499

500500
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
502502
- `__topic`: the topic for the message
503503
- `__partition`: the partition number for the message
504504
- `__offset`: the offset of the message in the partition

0 commit comments

Comments
 (0)