-
-
Notifications
You must be signed in to change notification settings - Fork 288
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 Anypoint MQ protocol to list of supported bindings #545
feat: add Anypoint MQ protocol to list of supported bindings #545
Conversation
While keeping the meaning of the AsyncAPI spec entirely unchanged, i've added clarifying statements on the meaning of the `publish` and `subscribe` operations.
update from upstream
updating
Kudos, SonarCloud Quality Gate passed! |
@derberg : please add |
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.
Looks good to me. I'm just missing the protocol bindings in the github.com/asyncapi/bindings repo.
@fmvilas : i've now pushed the matching PR against the bindings repo: asyncapi/bindings#63 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Co-authored-by: Fran Méndez <fmvilas@gmail.com>
@GeraldLoeffler lgtm but please change base branch from |
Kudos, SonarCloud Quality Gate passed! |
okay @derberg , i've managed to change the base branch of this PR from |
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, we just need to first merge asyncapi/spec-json-schemas#90, then I will help with PR to the parser and can move this proposal to stage 3 and merge 🥳
@fmvilas anything from your side?
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.
Ship it!
🎉 This PR is included in version 2.2.0-2021-09-release.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@GeraldLoeffler release candidate is released, if you want to suggest some specific information in draft of release notes (you can look at previous release notes) feel free to do it, as code suggestion or just a comment |
🎉 This PR is included in version 2.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
title: "Create Anypoint MQ protocol"
Added protocol
anypointmq
to the spec.A separate PR will be submitted against the bindings repo https://github.com/asyncapi/bindings for the corresponding bindings definitions.
Related issue(s):
#514