Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudevents/bindings/kafka-protocol-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ This example shows the _binary_ mode mapping of an event into the Kafka message.
All other CloudEvents attributes are mapped to Kafka Header fields with prefix
`ce_`.

Mind that `ce_` here does refer to the event `data` content carried in the
Note that `content-type` here refers to the event `data` content carried in the
payload.

```text
Expand Down
Loading