java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Compatible with Spring Webflux + WebClient

Open rowi1de opened this issue 3 years ago • 0 comments

Ask your question here

I’ve seen Dapr includes spring-web and not webflux, even all methods build on project reactor types.

  • Is it possible to add Dapr to a Spring WebFlux application? Spring boot would fall back to non-reactive stack if both starters are on the classpath
  • Is it possible to use Spring WebClient instead of using Dapr client ? It has better kotlin support, fluent api and allows to be used with other spring components

rowi1de avatar Sep 22 '22 20:09 rowi1de