Vert.x DynamoDb Client?

244 views
Skip to first unread message

Per Weinberger

unread,
Nov 16, 2017, 12:43:07 PM11/16/17
to vert.x
Hi,

Does anyone know of a vert.x implementation of a client for DynamoDb. The only thing I found was this, https://www.qualtrics.com/eng/vert-x-dynamodb-client/, but there is no repo for it, just some excerpts from the implementation. And yeah, async of course without the thread pool of the native DynamoDb async library.

Cheers,
Per

Léo Silva

unread,
Nov 18, 2017, 4:40:16 PM11/18/17
to vert.x
When I had to use we just used AWS sdk, that is in fact bad but the only option we found at that time.
The fact is that their SDK is blocking (it uses apache http client), they have *async* operations, but they use internal thread pool for that, so I used we had to wrap this in a worker verticle and use sync operations, so all the threads were managed by our vert.x worker pool.
Anyway I am pretty sure that would be awesome to create a fully non-blocking DynamoDB client, just like this example of non-blocking client for S3 (https://github.com/hubrick/vertx-s3-client)

[]'s
Reply all
Reply to author
Forward
0 new messages