You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
As an abstraction over the pagination in Dynamo (i.e. using LastEvaluatedKey) as well as to have a nonblocking read approach, what do you think of an Iteratee implementation over the query/scan which will iterate over each item as the application processes it? Perhaps, in the future, this can be extended over to the connection InputStream to make it completely nonblocking.
Thanks,
Rohit
The text was updated successfully, but these errors were encountered:
I'm on board. Did you have a particular Iteratee implementation in mind? Possibly worth doing as a separate module to avoid pulling in a dependency on play/scalaz to the "core" client?
Hello,
As an abstraction over the pagination in Dynamo (i.e. using LastEvaluatedKey) as well as to have a nonblocking read approach, what do you think of an Iteratee implementation over the query/scan which will iterate over each item as the application processes it? Perhaps, in the future, this can be extended over to the connection InputStream to make it completely nonblocking.
Thanks,
Rohit
The text was updated successfully, but these errors were encountered: