-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Buggy Auto Schema Update on Studio UI #1117
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
@derberg this issue should be labled a bug right? |
hmmm 🤔 I'm 99.999% sure this is not a bug. It looks like you're not using the subscribe:
operationId: receiveGameUpdates A subscribe:
operationId: sendGameUpdates I know it's counterintuitive and that's why we removed We have written a lot about this in the past trying to minimize the impact of this confusing design in v2.x. I recommend you read this one: https://www.asyncapi.com/blog/publish-subscribe-semantics. Hopefully, you won't have to deal with this problem anymore once you migrate to v3 🙏 I'm closing but feel free to reopen if you think I'm missing something 🙏 |
Buggy Auto Schema Update on Studio UI
Describe the bug
The Schema auto update conversion shown on Studio UI is buggy and produces wrong schema(pub and sub messages are interchanged). I faced the issue for converting my asyncschema from version 2.6.0 to version 3.0.0
How to Reproduce
Try to convert the below schema to latest version using studio UI
Expected behavior
The Conversion should be correct
The text was updated successfully, but these errors were encountered: