Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDK: Add streaming caching functionality. #6352

Closed
yevhenii-ldv opened this issue Sep 21, 2021 · 2 comments
Closed

CDK: Add streaming caching functionality. #6352

yevhenii-ldv opened this issue Sep 21, 2021 · 2 comments
Labels
area/connectors Connector related issues CDK Connector Development Kit type/enhancement New feature or request

Comments

@yevhenii-ldv
Copy link
Contributor

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.

@yevhenii-ldv yevhenii-ldv added type/enhancement New feature or request CDK Connector Development Kit labels Sep 21, 2021
@cgardens cgardens added the area/connectors Connector related issues label Sep 22, 2021
@keu
Copy link
Contributor

keu commented Sep 29, 2021

@yevhenii-ldv #3380 already solves this

@yevhenii-ldv
Copy link
Contributor Author

@keu thanks, then I'll close this issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues CDK Connector Development Kit type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants