Skip to content

Commit

Permalink
fix: multiple-daemons example dataflow definition
Browse files Browse the repository at this point in the history
Previously, this dataflow relied on an incorrect shared library.
  • Loading branch information
Michael-J-Ward committed Apr 30, 2024
1 parent 645d0e2 commit 5f87384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple-daemons/dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nodes:
operators:
- id: rust-operator
build: cargo build -p multiple-daemons-example-operator
shared-library: ../../target/debug/rust_dataflow_example_operator
shared-library: ../../target/debug/multiple_daemons_example_operator
inputs:
tick: dora/timer/millis/100
random: rust-node/random
Expand Down

0 comments on commit 5f87384

Please sign in to comment.