kora icon indicating copy to clipboard operation
kora copied to clipboard

Add mode for non-reactive Kotlin Server to OpenAPI Generator

Open mitasov-ra opened this issue 2 years ago • 0 comments

At the moment Kora OpenAPI Generator supports the following modes:

  • java_client - non-reactive Java client
  • java_server - non-reactive Java server
  • reactive_client - reactive Java client (Project Reactor)
  • reactive_server - reactive Java server (Project Reactor)
  • kotlin_client - reactive Kotlin client (Project Reactor + Coroutines)
  • kotlin_server - reactive Kotlin server (Project Reactor + Coroutines)

As one can notice we lack non-reactive versions for kotlin_client and kotlin_server.

For small projects dealing with asynchronous programming is overkill. Please consider adding these modes.

mitasov-ra avatar Jun 22 '23 08:06 mitasov-ra