CDK: Add streaming caching functionality. #6352
Labels
area/connectors
Connector related issues
CDK
Connector Development Kit
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Many connectors have nested streams that depend on the existing parent stream. It would be great to be able to enable caching for the stream, so that when you run it repeatedly, we do not spend time and limit on requests, but receive information from the cache file.
An example of how the stream cache works can be found in the
GitHub
connector.The text was updated successfully, but these errors were encountered: