-
Notifications
You must be signed in to change notification settings - Fork 125
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
Implement pipeline state mechanism #59
Conversation
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 68.35% 68.47% +0.12%
==========================================
Files 120 121 +1
Lines 13408 13499 +91
==========================================
+ Hits 9165 9244 +79
- Misses 4243 4255 +12
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 66.5% 66.64% +0.14%
==========================================
Files 122 123 +1
Lines 13931 14020 +89
==========================================
+ Hits 9265 9344 +79
- Misses 4666 4676 +10
Continue to review full report at Codecov.
|
Adds a new counter operator that utilizes the functionality. Also introduces "state" as a keyword in the language.
Remove on_event2 and consolidate to on_event for state mechanism Cleanup CIDR tremor script test Support state mechanism in tremor-tool script run cmd Fix broken tests and add query state test
Also explain trickery done for state assignments
93fd74a
to
b3fdb3f
Compare
We are keeping the version numbers consistent across all the component tremor crates.
2e8a495
to
5c559b7
Compare
Small follow-up from state mechanism implementation in: tremor-rs/tremor-runtime#59
Small follow-up from state mechanism implementation in: tremor-rs/tremor-runtime#59
Small follow-up from state mechanism implementation in: tremor-rs/tremor-runtime#59
Implementation for: https://rfcs.tremor.rs/0002-pipeline-state-mechanism/