java-sdk
java-sdk copied to clipboard
Compatible with Spring Webflux + WebClient
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