-
-
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
feat: add better logging for mqtt #444
feat: add better logging for mqtt #444
Conversation
@KhudaDad414 I have a couple of doubts 🙂
|
I don't see any error handing logic there. 🤔
have you tried subscribing to a non-existent topic? |
This was regarding the implementation section of this #406 You've mentioned to add error handling there, so i asked what it meant 🙂
WDYM by a non existent topic 🤔 ? The topics are automatically being fetched from the asyncapi.yaml file right ? 🙂 |
sorry, I meant here glee/src/adapters/mqtt/index.ts Line 138 in bc0d45f
I should have used a permalink instead. 😆
Sorry, I was thinking topics should be declared before subscribing like some other brokers. 😆 |
I've tested things and they're working as we expected. A couple of things i've discovered while solving this issue, which could help others
|
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.
Let's merge this. :)
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
Pull Request Test Coverage Report for Build 5140316778Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@KhudaDad414 Why is this PR not being merged yet, is there any code review that i'm missing out on as this shows "Changes Requested" 🤔 |
Merging it right now. thanks for the contribution. @kaushik-rishi |
/rtm |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
/rtm |
🎉 This PR is included in version 0.23.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Related issue(s)
Resolves #406