-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add support for Kafka #256
Comments
@fmvilas Would like to work on this issue as a part of the Mentorship program |
This is cool! This is an important one! Good choice :) We'll wait until June 6 to announce the candidates but in the meantime feel free to ask any questions you may have. Good luck! 🤞 |
Sure, hoping for the best meanwhile would check the references attached above to get a more detailed understanding of the issue. |
Congratulations @Ruchip16 for being selected for the AsyncAPI Mentorship program to work on this issue 🎉 I knew it was a good choice 😄 I'll be sending DM to you on Slack so we can start working on it when it's best for both. |
sureee suree cant wait to dive deep into the issue |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
We're working on it dear bot. Don't close it :) |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
It's already there! #342 Closing the issue. |
Reason/Context
Currently, Glee only supports WebSockets (server) and MQTT protocols. This means it's unusable for those using Kafka, AMQP, or any other different protocol.
Description
We should add support for Kafka. In theory, it should be just a matter of adding a new adapter in the
adapters
folder. However, we should also take into account that Kafka supports exactly-once semantics (unlike MQTT and WebSockets) and, therefore, it may be a good idea to address #27 first, although not required.References
The text was updated successfully, but these errors were encountered: