Skip to content
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: adapt AMQP bindings to v3 #202

Merged
merged 8 commits into from
Jun 28, 2023

Conversation

jonaslagoni
Copy link
Sponsor Member

@jonaslagoni jonaslagoni commented Jun 13, 2023

Description
This PR adapts the AMQP bindings to v3. This first round of review is just for the general structure changes.

TODO right before final review:

  • Adapt examples, if any that contain v2 structure.
  • Figure out which version change this constitutes

TODO after merge:

  • Adapt schema files spec-schema-repo

Related issue(s)
Related to #182

@jonaslagoni jonaslagoni changed the base branch from master to next-major-spec June 22, 2023 08:47
@jonaslagoni jonaslagoni changed the base branch from next-major-spec to master June 22, 2023 08:47
@jonaslagoni jonaslagoni changed the base branch from master to next-major-spec June 22, 2023 08:59
@jonaslagoni jonaslagoni changed the base branch from next-major-spec to master June 22, 2023 08:59
@jonaslagoni jonaslagoni changed the base branch from master to next-major-spec June 22, 2023 09:19
@jonaslagoni jonaslagoni changed the base branch from next-major-spec to master June 22, 2023 09:19
@jonaslagoni jonaslagoni changed the base branch from master to next-major-spec June 22, 2023 10:13
@jonaslagoni jonaslagoni changed the title feat!: adapt AMQP bindings to v3 feat: adapt AMQP bindings to v3 Jun 22, 2023
@jonaslagoni jonaslagoni marked this pull request as draft June 22, 2023 12:30
@jonaslagoni jonaslagoni reopened this Jun 22, 2023
@jonaslagoni
Copy link
Sponsor Member Author

I am trying to remove all the reviewers, but I am unable to 😅 Sorry for the ping folks, this PR is only relevant for the core codeowners: @derberg @fmvilas @dalelane @smoya @char0n

<a name="operationBindingObjectDeliveryMode"></a>`deliveryMode` | integer | Publish, Subscribe | Delivery mode of the message. Its value MUST be either 1 (transient) or 2 (persistent).
<a name="operationBindingObjectMandatory"></a>`mandatory` | boolean | Publish | Whether the message is mandatory or not.
<a name="operationBindingObjectBCC"></a>`bcc` | [string] | Publish | Like [cc](#operationBindingObjectCC) but consumers will not receive this information.
<a name="operationBindingObjectReplyTo"></a>`replyTo` | string | Publish, Subscribe | Name of the queue where the consumer should send the response.
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been removed

@jonaslagoni jonaslagoni marked this pull request as ready for review June 22, 2023 12:40
Copy link
Member

@fmvilas fmvilas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tell me the truth, you made those mistakes on purpose just to see if we're really reviewing the PR, right? RRRRIGHT? 😄

amqp/README.md Outdated Show resolved Hide resolved
amqp/README.md Outdated Show resolved Hide resolved
jonaslagoni and others added 2 commits June 26, 2023 21:17
Co-authored-by: Fran Méndez <fmvilas@gmail.com>
Co-authored-by: Fran Méndez <fmvilas@gmail.com>
@jonaslagoni jonaslagoni requested a review from fmvilas June 26, 2023 19:18
Copy link
Member

@fmvilas fmvilas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jonaslagoni
Copy link
Sponsor Member Author

/rtm

@jonaslagoni
Copy link
Sponsor Member Author

Thanks for the review @smoya @fmvilas 👍

@asyncapi-bot asyncapi-bot merged commit d5a21d8 into asyncapi:next-major-spec Jun 28, 2023
6 checks passed
@jonaslagoni jonaslagoni deleted the v3_amqp branch June 28, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants