From 3b2c3521df43e07310e1e36d18e84e2cd321cf60 Mon Sep 17 00:00:00 2001 From: Cynthia Peter Date: Thu, 14 Mar 2024 11:35:57 +0100 Subject: [PATCH] Update pages/docs/tutorials/kafka/bindings-with-kafka.md Co-authored-by: Dale Lane --- pages/docs/tutorials/kafka/bindings-with-kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tutorials/kafka/bindings-with-kafka.md b/pages/docs/tutorials/kafka/bindings-with-kafka.md index 43d84d02504..1bb9a1cc125 100644 --- a/pages/docs/tutorials/kafka/bindings-with-kafka.md +++ b/pages/docs/tutorials/kafka/bindings-with-kafka.md @@ -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).