-
-
Notifications
You must be signed in to change notification settings - Fork 713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: tutorial for bindings with Kafka #2318
docs: tutorial for bindings with Kafka #2318
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Some questions I have on this task:
Answered
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as far as I remember this was suppose to be a tutorial, one of a series of Kafka tutorials
this one is a tutorial that will be visible after tutorial: where you grab existing AsyncAPI Kafka document from previous tutorials and put schemas in Apicurio schema registry
(@Arya-Gupta works on this one afaik)
so in your tutorial you introduce bindings, and you do not have to introduce Kafka again (it should be already done in previous tutorials 🤔 ). So this tutorial explains how to add specific bindings to AsyncAPI document:
- server with info about schema registry
- channel or operation binding (depending on the initial shape of AsyncAPI document)
please also learn from #2042 what bindings are in AsyncAPI as Bindings: Bindings are relevant when integrating Kafka with other programs or services. A binding is a specific agreement or configuration that governs how an application connects to and interacts with Kafka
sounds like bindings are some Kafka feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @CynthiaPeter
LGTM from my side big time!!!
@alequetzalli on to you, I guess you do not want to merge yet as it is mentioning in intro tutorial that is not yet published
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing this - I think this will be useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AMAZING WORK, @CynthiaPeter. Thank you ✨ 😻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:✅
Correct @derberg, we first gotta merge @Arya-Gupta's tutorial. |
/rtm |
Description
This is an initial draft for a binding with Kafka tutorial.