PlaytikaOSS / feign-reactive

Reactive Feign client inspired by https://github.com/OpenFeign project
Apache License 2.0
610 stars 125 forks source link

Support kotlinx-coroutine suspend and Flow #672

Open eitanliu opened 5 months ago

eitanliu commented 5 months ago

Add features #383 Support kotlinx-coroutines suspend function.
Support kotlinx-coroutines Flow return type.

kptfh commented 1 month ago

Don't like idea of adding Kotlin dependency to core module. It will cause all pure Java users of this library to add this dependency to their projects