Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Add read(String id) and read(List<String> ids) methods to StreamsProvider
Logic for document retrieval along these lines already exists within the provider or within the libraries connecting to the origin sources, but can't currently be accessed other than by calling readCurrent or readAll.
Having this ability would open up use-cases where providers are started and used ad-hoc as a proxy for upstream documents.