Skip to content

Add mode for non-reactive Kotlin Server to OpenAPI Generator #170

Open
mitasov-ra opened this issue Jun 22, 2023 · 0 comments
Open

Add mode for non-reactive Kotlin Server to OpenAPI Generator #170

mitasov-ra opened this issue Jun 22, 2023 · 0 comments
Assignees
Labels
lang: kotlin Related for Kotlin language module: openapi Related to module - openapi new feature New feature
Milestone

Comments

@mitasov-ra
Copy link
Contributor

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.

@GoodforGod GoodforGod added new feature request module: openapi Related to module - openapi new feature New feature and removed new feature request labels Jul 10, 2023
@GoodforGod GoodforGod self-assigned this Jul 11, 2023
@GoodforGod GoodforGod added the lang: kotlin Related for Kotlin language label Jul 14, 2023
@GoodforGod GoodforGod added this to the 1.0.0.RC1 milestone Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lang: kotlin Related for Kotlin language module: openapi Related to module - openapi new feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants