event-catalog / event-catalog/generators
AsyncApi and OpenApi does not work together if channels are parsed
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 16
- Avg merge
- 25m
- Merged PRs (30d)
- 4
Description
### I tried this:
https://github.com/maxdobler/eventcatalog-test
I set up a eventcatalog with openapi and asyncapi generator and enabled the `parseChannels: true` option in the asyncapi generator.
### This happened:
queries of openapi are not merged with asyncapi in the service markdown.
My guess: asyncapi generator overrides the index.mdx of the service
### I expected this:
queries generated of openapi spec and events from asyncapi are both displayed in the service
### Is there a workaround?
If `parseChannels: false` is set, the services has both queries and events
### Anything else?
_No response_
### EventCatalog Version
_No response_
### Node.js Version
_No response_
### Platform(s)
_No response_
### Community Notes
* Please vote by adding a 👍 reaction to the issue to help us prioritize.
* If you are interested to work on this issue, please leave a comment.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.