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

The ability to set 'AmqpChannelBinding' in the generated doc #566

Open
bar-dagan opened this issue Mar 11, 2024 · 1 comment
Open

The ability to set 'AmqpChannelBinding' in the generated doc #566

bar-dagan opened this issue Mar 11, 2024 · 1 comment

Comments

@bar-dagan
Copy link

Is your feature request related to a problem? Please describe.
It seems that since the release 1.x, we cannot generate the AmqpChannelBinding but only AmqpOperationBinding inside an AsyncApiOperation. This was temporarily resolved in release 1.2.0-beta but was not propagated to further releases.

Describe the solution you'd like
An extra decorator (receiving an array of AsyncApiChannelBindings) that could be set at the method level could help achieve this by allowing to link a channel name used in Operation with a channel binding. The solution in release 1.2.0-beta was good for me.

Describe alternatives you've considered
Without this we cannot use the package for our use-case so currently our only solution is to keep using release 1.2.0-beta but we have to upgrade eventually.

Copy link

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant