Replies: 2 comments
-
/cc @EricWittmann (openapi), @MikeEdgar (openapi), @phillip-kruger (openapi) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm. Seems like a mistake it's not available. At least as preview is best I expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on porting the Strimzi Kafka bridge project to use Quarkus and the HTTP REST part is already implemented using RESTeasy Reactive.
What I have to deal with right now is OpenAPI and our current implementation is using "contract first" approach.
An OpenAPI spec file is provided and the Vert.x OpenAPI component uses it to help creating the routes and to validate the HTTP requests.
While moving to Quarkus, I haven't see a kind of "official" way to use a "contract first" approach.
The official doc mentions using Swagger so with using annotation on the REST API methods in order to generate and serve the OpenAPI spec.
On the other side, I came into this extension Quarkus OpenAPI Generator which is anyway based on a project not well supported imho and also it mentions:
So I followed that Quarkus Apicurio Extension but it doesn't seem to be in the extentions catalog yet, or I wasn't able to pick it :-(
In summary, what's the recommended way to have OpenAPI support with Quarkus?
Beta Was this translation helpful? Give feedback.
All reactions