Sergii Karpenko
Sergii Karpenko
Unfortunately I'm not familiar with Kotlin. Can you make some draft hot it should look like? Are there any adapters for blocking feign client (aka OpenFeign)?
I think it's possible. Moreover it should allow to avoid copying of data while mapping json to objects.
please make PR
Hi @zulffaza Good catch! There is an issue in Spring's RequestHeaderParameterProcessor Seems you should have the same issue with blocking OpenFeign. Could you check it? Will introduce pull request to...
@spencergibb @ryanjbaxter are you OK with it? Will you approve the pull request in Spring Cloud with `io.github.openfeign.incubation` dependency ?
@velo @kdavisk6 How do you estimate the time you need to get solid API?
@kdavisk6 @velo Ok, guys. Let's release it somehow. Don't want to stop progress. Probably for someone it may be determinative that java has reactive feign client while choosing language for...
>which we can simplify by wrapping the existing synchronous implementation in a Reactive wrapper. @kdavisk6 Reactive programming is not just interface it's also means reactive implementation behind the scene. Wrapping...
The main benefit reactive approach gives is low threads consumption. But with your approach threads usage remains high (one per call)
dead end