Open sarbajitdutta opened 6 years ago
Right now it is not supported - spring-data
's JDK8 features are supported - but those simulate async behavior on top of the regular DynamoDBClient
.
Do you have an example how this can be achieved?
Have a look here: https://github.com/derjust/spring-data-dynamodb/blob/44fc7400d719dbda16627210aa6172e0041035aa/src/test/java/org/socialsignin/spring/data/dynamodb/domain/sample/UserRepository.java#L42-L43 and https://github.com/derjust/spring-data-dynamodb/blob/44fc7400d719dbda16627210aa6172e0041035aa/src/test/java/org/socialsignin/spring/data/dynamodb/domain/sample/Jdk8IT.java#L101-L103
Does it help?
Is it possible to use use DynamoDBAsync client with spring-data-dynamodb? If yes how can it be configured.