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
define flow main
flow
define connector console from stdio
with
preprocessors = ["separate"],
postprocessors = ["separate"],
codec = "string"
end;
define pipeline dumb
pipeline
select event from in into out;
end;
create connector console from console;
connect /connector/console/out to /pipeline/dumb/in;
connect /pipeline/dumb/out to /connector/console/in;
end
run with cargo run -- server run my.troy
Observe lack of error (note the pipeline is defined, but not created).
Possible Solution(s)
Notes
Latest version from main branch.
Output of rustup --version:
Output of rustup show:
Output of tremor --version:
The text was updated successfully, but these errors were encountered:
Problem
Steps
cargo run -- server run my.troy
Possible Solution(s)
Notes
Latest version from main branch.
Output of
rustup --version
:Output of
rustup show
:Output of
tremor --version
:The text was updated successfully, but these errors were encountered: