Lukasz Gornicki
Lukasz Gornicki
can you please confirm if issue is still there using latest AsyncAPI CLI?
/rtm
actually all from below can be removed and replaced with some overal info about the community and link to community docs
yeah, I guess so, @Shiva953 in related PR do not respons 2 weeks already
@cheprasov-dev did you explore request/reply pattern that we support, there are some official docs about it. why you want to describe sync communication with AsyncAPI, what is the communication protocol?
regarding this new architecture, where current `package.json` lands? probably each adapter will have its own, but will we use npm workspaces and keep generic package.json in root? it is needed...
> All commands + API share the same package.json, didn't complicate things for now. one in the root?
@Amzani ok, than in theory release process should not be affected. Just keep in mind that package.json keeps the project name and version and it should eventually reflect what is...
You could always provide a clear instruction on how one can bundle dependencies into the config script. This is how GitHub Actions work now. You bundle all the code into...