This PR ensures the StreamingRunner becomes the default for Kiba v3.0.0.
This change is expected to be backward compatible, but the new runner is more powerful and will be the default in Kiba v3.0.0, so it's time to make it the default.
This will be reflected in the upcoming documentation rewrite (#77).
What is the StreamingRunner?
Kiba v2.0.0 introduced a new "runner" (the code responsible for running the ETL jobs) named StreamingRunner.
This PR ensures the
StreamingRunner
becomes the default for Kiba v3.0.0.This change is expected to be backward compatible, but the new runner is more powerful and will be the default in Kiba v3.0.0, so it's time to make it the default.
This will be reflected in the upcoming documentation rewrite (#77).
What is the
StreamingRunner
?Kiba v2.0.0 introduced a new "runner" (the code responsible for running the ETL jobs) named
StreamingRunner
.https://github.com/thbar/kiba/releases/tag/v2.0.0
This runner allows the creation of more powerful and more reusable ETL components.
Note on legacy
Runner
It's still possible to revert to the previous
Runner
using configuration like this:It is likely, though, that this legacy
Runner
will be removed in Kiba v4.