Matthew Cachia

Results 5 comments of Matthew Cachia

I've been using micronaut-kafka for 2 years but this is the first time I would be contributing to the code base. Nonetheless, I would like to lend a hand. >...

I have applied something very similar to this implementation and filed a pull request, but it seems to have grinded to a halt. Check it out here: https://github.com/OpenAPITools/openapi-generator/pull/2482 We can't...

I don't think that is a generally good idea - the code generator is an enabler to consume the OpenAPI spec to your language/framework of preference. It is why there...

Hi, This feature has finally been merged a few months ago to master (https://github.com/OpenAPITools/openapi-generator/pull/2482) using the `unhandledException` flag.

Hi @purple-dragon, I don't think there is that level of granularity in the codegen, besides declaring the `operationId` inside the spec. Therefore, `unhandledException` would be inherited to all endpoints.