hello! is there a kotlin native equivalent of exis...
# spring
d
hello! is there a kotlin native equivalent of existing webflux
WebFilter
? i.e. i need to populate some contextual data based on the incoming request, currently i store it in the reactor subscriber context and then read the value in my router. With introduction of native
coRouter
I was wondering whether I could eliminate the reactor code completely