Spring Boot With Async Dynamo Client. Is it advantageous?

194 Views Asked by At

I am new to Asynchronous programming. I am using Spring boot for my application and using DynamoDB as my DB. All my calls to DB are synchronous and blocking and hence leading to performance issues. I know that spring boot spawns multiple threads to serve requests. Is it right if I change my calls to asynchronous for dynamodb here? Also, a note, the version of dynamo i am using is not truly asynchronous, it only uses the executor service.

0

There are 0 best solutions below