Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Processing a bunch of Update in a single Transaction #645

Open
balanka opened this issue May 13, 2022 · 0 comments
Open

Processing a bunch of Update in a single Transaction #645

balanka opened this issue May 13, 2022 · 0 comments
Assignees

Comments

@balanka
Copy link
Contributor

balanka commented May 13, 2022

Currently ZTransaction provides apply method taking a single Update[A] element as parameter.
Therefore you can process only a single update/insert/delete.etc..no batch.
It would be great, if ZTransaction additionally provides an apply method taking a list of parameter, allowing Update to be processed in aatch.
It would be great if the resulting ZTransaction would accumulate the results yielding ZTransaction[Any, Exception, Int]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant