Skip to content

Commit

Permalink
Update pages/docs/tutorials/kafka/bindings-with-kafka.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dale Lane <[email protected]>
  • Loading branch information
CynthiaPeter and dalelane authored Mar 14, 2024
1 parent 37bba1d commit 3b2c352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/tutorials/kafka/bindings-with-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ operations:

Channel bindings provide protocol-specific information for a particular channel.

These configurations may include information about how to connect with the Kafka topic, plus any specific settings or behaviors to be used. The Channel Binding Object is part of AsyncAPI's wider bindings architecture, which specifies how the API interacts with the messaging system — in this case, Kafka.
These configurations may include information how the Kafka topic has been configured. The Channel Binding Object is part of AsyncAPI's wider bindings architecture, which specifies how the API interacts with the messaging system — in this case, Kafka.

In Kafka, you can specify a given topic's number of partitions or replicas therefore, enabling parallel processing of data or consumers. Learn more about other fields that you can configure under [channel bindings](https://github.com/asyncapi/bindings/tree/master/kafka#channel-binding-object).

Expand Down

0 comments on commit 3b2c352

Please sign in to comment.