-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 retries, backpressure, and at-most-once, at-least-once, and exactly-once semantics #27
Comments
This issue has been automatically marked as stale because it has not had recent activity 😴 |
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 ❤️ |
Dear bot, keep this issue open because we still need to work on it. |
Hi, I would like to work on this as a part of the mentorship program, if it gets selected. |
Hi @fmvilas, I would love to contribute to this Project under AsyncAPI Mentorship. I did gone through the issue and I believe under your/mentor guidance and support, I can be able to make it and lead it to a success. Looking forward and making out plans to execute to this project :) |
Congratulations @sudoshreyansh for being selected for the AsyncAPI Mentorship program to work on this issue 🎉 |
Thanks @fmvilas ! |
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 ❤️ |
Dear bot, don't mark it as stale, it's in the works right now. |
@sudoshreyansh Hey mate, does #323 resolves this issues? 🤔 |
No, it doesn't. #323 is definitely a step forward but this issue should go beyond MQTT. |
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 ❤️ |
Reason/Context
There are many points in the existing codebase that can lead to lost messages.
Description
We should review and identify which parts of the codebase can cause problems and fix them. We should be looking for:
The text was updated successfully, but these errors were encountered: