-
Notifications
You must be signed in to change notification settings - Fork 794
Adding Kourier, a Kotlin client #2322
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
Conversation
|
Also, I started to port tutorials on its official website: https://kourier.dev/tutorials/ (see nathanfallet/kourier#15) |
michaelklishin
left a comment
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.
The domain name you are linking to does not exist.
It would be great if you could be more specific as to whether this is an AMQP 0-9-1 or AMQP 1.0 client. The two are completely different protocols.
|
@nathanfallet you should port the tutorials in the executable tutorials repo first, then add them to the site and list them next to all other tutorials. |
|
@michaelklishin What domain name do you have issue with? It's AMPQ 0.9.1, it's mentioned on the homepage as well as in the repository README. I can also change the link text to be more specific if this is what you mean? |
|
Also, for the tutorial repo (I'll do it), there is an existing Kotlin folder, but it's using the Java client. |
|
@nathanfallet sorry, I'd say you should rename the |
|
Website is hosted on GitHub Pages with a CNAME record, so I don't know if we should blame the VPN or GH Pages for this 🤷 |
|
Hello @michaelklishin, I'm done writing the tutorials for kourier. I will start adding the code in https://github.com/rabbitmq/rabbitmq-tutorials as we mentioned earlier. I'll link the PR to this issue as well. |
|
Hey @michaelklishin it's me again! |
|
@nathanfallet not really, everything there is to know is covered in the README.md of https://github.com/rabbitmq/rabbitmq-website/. Tutorials on the site do not have versioned editions (like doc guides do) and they are all under |
|
Okay they are ready for review in #2406! |

Hello!
I just added a Kotlin client under the Other JVM languages. Note that this client is compatible with Kotlin Multiplatform, so it also runs outside of JVM (maybe we should make a dedicated section for Kotlin?)