-
-
Notifications
You must be signed in to change notification settings - Fork 98
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 support for messageId #510
feat: add support for messageId #510
Conversation
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.
Overall good but we need improvements :)
@WaleedAshraf I made rereview :) We should fix only think, related to the |
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.
LGTM!
@smoya Could we merge it as next prerelease? |
There are pending things still to work on the spec PR asyncapi/spec#458 |
@WaleedAshraf would you mind fixing merge conflicts? We are very close to merge all the PR's of your new contribution! |
@smoya @magicmatatjahu It's showing changes in |
9aff5a7
to
679dcee
Compare
link checker is failing because this link is updated, to this, I'm not sure why it wasn't caught in recent PRs by @smoya |
Hey, since you edited API.md there are some broken links discovered with one of CI checks. There are 2 options:
|
@derberg still fails. It seems the checker is using the base branch. |
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.
LGTM
@magicmatatjahu please also approve again, just to make sure you are ok as I see you revied and approved before
@derberg Accepted. Please merge when you want. |
Good news @WaleedAshraf! We are almost done with merging your feature into the release branch! 🎉
Once you push those changes, all will be ready to merge this. Thanks! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@smoya Done 🎉 |
/rtm |
🎉 This PR is included in version 1.15.0-2022-04-release.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
messageId
messageId
is present, check for duplicatesmessageId
takes precedence inmessage.uid()
methodRelated issue(s)
closes #414