-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Integrate the extension catalog with the JS parser #803
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. |
@smoya @magicmatatjahu @jonaslagoni folks do you have an opinion what would be the best place for such to place? It would be also similar with bindings. what I guess is that that we need a clear idea:
|
Not really no, cause we still need to enable custom extensions and bindings, which means we can't really force types in any way 🤨 I would look into the different solutions and propose them so we can see what's possible. Without deep diving into it, Its a shot in the dark 🤷 |
sorry, what do you mean? |
Current Parser-API does not support any model for any extension or bindings. The alternative would be to keep it like it is today but crafting some sort of external parser for those extensions (maybe in the extensions-catalog repo. For example, a signature like I think both solutions have pros and cons that should be evaluated though. |
@derberg which method seems good to you ? |
both are complex enough @sambhavgupta0705 so that we need to figure out what next, as it might be to much for mentorship |
okay @derberg |
I'm open to answer all your questions as I did through Slack via DM (Still waiting for your feedback btw). For the record:
|
yes @smoya |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
still relevant |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Still relevant |
In regards of Mentorship issue Extension Catalog we need to validate the extension with
parser-js
,regarding I would like to know in which folder should I place the models of the extension.The text was updated successfully, but these errors were encountered: