Closed himanshumps closed 3 years ago
Hi @himanshumps!
We don't have plans to support Spring Webflux, but I understand it's fairly simple to implement yourself if you disable the REST creation and call the APIs directly (summon @evacchi)
I think I am getting the gist of it and should be able to model it for spring webflux as per the needs. The code generated by the maven plugin gave me a way to achieve it. I am closing this issue.
Please share with us the outcome. :)
I can see a blog post on our website about this use case.
@ricardozanini Not able to find any reference on blog. Can you point me to exact blog post?
Are we talking about this?
@himanshu-gupta01, I meant that you could write a blog post about integrating webflux as soon as you accomplish it.
And yes, this article you linked can help you put things together. :)
Thanks!
Kogito currently supports spring mvc and not spring webflux. Is there any plan to support that ?
I am guessing if it supports Quarkus, it should not be difficult to support webflux as well.
Any pointers on how it can be achieved ?