[SFC-170] Provide an asynchronous API to SFC data store in sfc-provider Created: 08/Nov/16 Updated: 19/Oct/17 |
|
| Status: | Open |
| Project: | sfc |
| Component/s: | General |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Jaime CaamaƱo Ruiz | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Description |
|
With the availability of JDK8, more libraries are available that make functional asynchronous programming feasible. Asynchronous data store access performed in sfc-genius module is a proof of concept of it. It would be good to extend the concept to the sfc-provider API so than an asynchronous API is available project wide. An initial approach could be: New module sfc-util/sfc-datastore-utils that will hold general asynchronous access utilities that could be
Then we could start working on a parallel asynchronous API on the |