You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
We should split up
RegisterSource
in the same vein asRegisterQuery
+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.
The text was updated successfully, but these errors were encountered: