spring-data-dynamodb
spring-data-dynamodb copied to clipboard
Reactive support
Hi. Do you plan implement reactive support such as spring-data-mongodb? https://spring.io/blog/2016/11/28/going-reactive-with-spring-data .
In general yes I want to support it. For context: Right now working through the open bugs here and get the test coverage >85% to cut a new release. After that looking towards new features.
@derjust Not pushing, but just curious if you have any update on the timing for this?
@pluttrell sorted issues on 5.0.3 and 5.0.4 to make intend clearer in terms of order. As always nothing written in stone :)
@derjust Many thanks.
@derjust, Is there an updated timeline for reactive support?
Bump Would be awesome to get ReactiveCrudRepository to support DynamoDB
@derjust Almost two years have passed. Any updates?
Well yeap, I also wanted to use this with reactive way, but now I have to throw away and do things manually with the plain AWS SDK and its completable future stuff.