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

Dapr Subuscriber Support for Non-Spring Boot Application

Open Vishal07051999 opened this issue 2 years ago • 1 comments

Hi Dapr Team, We have been trying to use Dapr Java SDK in a KTOR based application.

Most of the cases work out of the box, only caveat that we have observed which is why we can't move full blown Dapr is lack of support in subscribers outside Spring boot world.

Vishal07051999 avatar Sep 19 '22 17:09 Vishal07051999

hi, @Vishal07051999, thank you for issue.

Do you want to support something like @topic annotation outside spring boot?

skyao avatar Sep 21 '22 01:09 skyao

You can still use Subscribe if you implement the request handler directly on the app.

artursouza avatar Nov 07 '22 05:11 artursouza