-
-
Notifications
You must be signed in to change notification settings - Fork 280
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 Pulsar bindings to the specification. #882
Conversation
Co-authored-by: Sergio Moya <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> Co-authored-by: Jeremy Whitlock <[email protected]> Co-authored-by: Lukasz Gornicki <[email protected]>
Co-authored-by: asyncapi-bot <[email protected]>
Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: Lukasz Gornicki <[email protected]>
Co-authored-by: asyncapi-bot-eve <[email protected]> Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: Lukasz Gornicki <[email protected]>
…lows/scripts/mailchimp (asyncapi#867)
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Which Schema version should I update? |
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.
So far looks good to me but would you mind adding the operation and message bindings too? Even if we don't have any of those in the Pulsar binding yet but just so we have it here as a placeholder.
Oh, I also forgot two things:
|
I have added these. |
The base branch was changed.
Changed the base branch but got conflicts now. @VisualBean I can't fix the conflicts for you because I don't have permission on your repo/branch. Please go ahead and fix them and that should be all. |
Awesome, thanks. I'll get them worked out |
@VisualBean due to update in can you also change target in asyncapi/spec-json-schemas#295 please, point to |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@fmvilas can you merge this PR? |
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!
/rtm |
🎉 This PR is included in version 2.5.0-next-spec.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Recent comments about the release from the bot were added by mistake. More details in #899 |
🎉 This PR is included in version 2.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-next-major-spec.18 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
title: "Add pulsar bindings and protocol to the specification"
Related issue(s):
Pulsar binding PR
Json schema update PR
The pulsar binding was finalized in the Bindings repository.
This PR adds the new pulsar binding objects, to the Server and Channel bindings list.
Along with adding "pulsar" to the protocol list.