Skip to content

Commit

Permalink
updated based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaPeter committed Dec 6, 2023
1 parent f3faba0 commit bee1145
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 @@ -13,7 +13,7 @@ Bindings enhances AsyncAPI documentation by providing protocol-specific informat

Bindings improve the understanding and usability of the API by offering more setup options and context for various protocols. It includes information such as topics an application reads from or writes to, how the messages are formatted, and the rules for interacting with various data or messages.

Bindings configure ecosystems to accommodate specific functionalities not supported by AsyncAPI's core features.
Bindings definitions allow you to specify the protocol specific functionalities not supported by AsyncAPI's core features.

You can configure several objects using Kafka bindings. However, for the scope of this tutorial, we are focusing on two levels of bindings: [server bindings](https://github.com/asyncapi/bindings/tree/master/kafka#server-binding-object) and [channel bindings](https://github.com/asyncapi/bindings/tree/master/kafka#channel-binding-object).

Expand Down

0 comments on commit bee1145

Please sign in to comment.