quarkiverse / quarkus-openapi-generator

OpenAPI Generator - REST Client Generator
Apache License 2.0
119 stars 80 forks source link

Extend Support for code generation of Async Api #617

Closed sneeve closed 9 months ago

sneeve commented 9 months ago

Hi, Is there a way to use the quarkus-openapi-generator for code generation of async api. Is there a plan to provide support for code generation of async api?

Thanks,

hbelmiro commented 9 months ago

Hi @sneeve. There's a different extension for AsyncAPI. https://github.com/quarkiverse/quarkus-asyncapi

sneeve commented 9 months ago

@hbelmiro When given a yaml/json file will the quarkus-asyncapi generate the code for the specific channels, publishers, consumers etc specified in the yaml. From the readme it looks like it scans the code and provides a yaml

hbelmiro commented 9 months ago

@fjtirado can you answer @sneeve's question, please?

sneeve commented 8 months ago

@fjtirado - Will the quarkus-asyncapi plugin, when given a yaml/json file generate the code for the specific channels, publishers, consumers etc specified in the yaml. From the readme it looks like it scans the code and provides a yaml