AsyncAPI spec v3 support in Node.js ws template
jonaslagoni opened this issue ยท 5 comments
Reason/Context
This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track the progress ๐ Once this issue is closed it means that v3 is now fully supported in this library.
Remaining tasks:
- Update template to use parser v2, this is already supported by the generator by changing the
apiVersion
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 โค๏ธ
Are there any updates on the support for AsyncAPI v3?
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 โค๏ธ
Have look in the repository and i think it is not completed yet. Taking this up
Please make a confirmation as it is a big issue
cc @jonaslagoni @derberg
@ibishal it is big. Template itself is not complex, but for sure complexity comes with fact that you need to first migrate it to use generator's react engine, and then make it support asyncapi v3 - so 2 separate PRs
here you have example from another node template where react was introduced -> asyncapi/nodejs-template#267 and also where later v3 support was done -> asyncapi/nodejs-template#294
this should make your life much easier