-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Upgrade individual bindings #273
Comments
hello @jonaslagoni are you talking about this individual binding where on method of post is converted into async api format. Not the entire document. Am i going in the right path. Here the async version in 2.0.0 it should be the latest.
|
@ItshMoh please format code snippets, no one can read that 😄 But regardless, no I am not talking about OpenAPI at all, only the AsyncAPI bindings, so when a binding changes version from 1.0.0 to 2.0.0, the converter should have the functionality to upgrade the existing AsyncAPI document to use the new bindings. |
@jonaslagoni my bad for not formatting the code. Thanks for the clarification. |
@jonaslagoni . As i have understood the problem, we should have the flexibility of changing version of one binding |
so like in this http bindings, the user should be able to change the cc @jonaslagoni |
@ItshMoh kinda yes, so when binding codeowners make breaking changes, the converter should be able to offer the options for users to migrate bindings as well 😊 |
what should be the possible approach that i should work upon.? cc @jonaslagoni |
Should be possible to migrate/upgrade bindings individually without having to convert the entire document.
The text was updated successfully, but these errors were encountered: