-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
AsyncAPI 3.0.0 preview doesn't work when referencing local avro files #238
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. |
thanks for taking the time to report this. thanks again |
Here you are! |
it doesn't find the file because the url is wrong: but even with the right url it doesn't seem to open the preview: $ref: '../../../../avro/src/main/resources/pre/com/masmovil/commons/avro/provision/broadband/v1/activation/activationstarted.avsc' I need to investigate |
Yes, you are right. I was trying other paths, but the rigth one is the one you write. |
I found why it doesnt render: this is the proper format to reference avro files payload:
schemaFormat: 'application/vnd.apache.avro;version=1.9.0'
schema:
$ref: '../../../../avro/src/main/resources/pre/com/masmovil/commons/avro/provision/broadband/v1/activation/activationstarted.avsc' but this aliases line in the .avsc is also somehow breaking the parser
if you comment that line and use the format above you will get the API rendered. I'm not sure if is not a valida avro schema or the parser does not support aliases |
Describe the bug.
AsyncAPI 3.0.0 preview doesn't work when referencing local avro files
Expected behavior
AsyncAPI 3.0.0 preview works correctly when referencing local avro files. This functionality with AsyncAPI version 2.6.0 and version 0.5.3 works correctly.
Screenshots
The preview is not displayed:
The only error shown in AsyncAPI studio is that it does not support reference to local files, so we understand that the definition is correct.
How to Reproduce
We have AsyncAPI 2.6.0 working correctly with plugin version 0.5.3 and references to local avros.
I have created an AsyncAPI 3.0.0 without local avros references and it works correctly with plugin version 0.6.3.
When I add a reference to a local avro the screen goes blank and we can't see the AsyncAPI. It prevents us from continuing with our upgrade process as we cannot see the AsyncAPI at all.
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: