I am planning to refactor my microservice from blocking implementation to reactive API using spring webflux. I have few doubts:
1) whether to choose annotation based controller or functional router? 2) is there any support for reactive feign client available?
Please help.