-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
5
Currently, the callback given to the transaction API must return void so callers have to use shared state to return values from the callback to the API caller. Instead the API should allow the callback to return any type and the response from the various transaction run() methods should return that type, in addition to the currently returned CommitResult.
- split from
-
SERVER-61782 Make internal transaction run logic async
- Closed