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

Lazy Sources #60

Open
comnik opened this issue Apr 9, 2019 · 1 comment
Open

Lazy Sources #60

comnik opened this issue Apr 9, 2019 · 1 comment

Comments

@comnik
Copy link
Owner

comnik commented Apr 9, 2019

We should split up RegisterSource in the same vein as RegisterQuery + Interest. This would allow us store source configurations and either synthesize them in combination with a query or into an attribute.

The former would allow us to create purely streaming queries with no historical state.

@comnik
Copy link
Owner Author

comnik commented Aug 15, 2019

A 80/20 solution here would be to add the ability to limit the number of times an attribute might be used (e.g. once), after which the trace will be dropped from the server state. This would keep all previously created dataflows running but would prevent the accumulation of new batches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant