spring-projects-experimental/spring-fu

Using 'reactiveWebApplication' with 'ServletHttpHandlerAdapter' to deploy as 'WAR'

borag opened this issue · 2 comments

borag commented

Hi, is there a simple way to use Kofu 'reactiveWebApplication' to be deployed as a 'WAR' file ?
I hacked a little bit and registered

  • ServletHttpHandlerAdapter
  • WebHttpHandlerBuilder
  • 'webHandler' routes

But not happy with dsl's.
I know it's not recommended to deploy as 'WAR' file but customer is always right :)

I don't think I have the bandwidth to handle that but I will review PR if you can craft it.

I think that's best to close this issue since I am not sure this is a use case we will support.