Skip to content

Commit

Permalink
rename rust-operator to rust-status-node in rust-dataflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed May 1, 2024
1 parent a848d6d commit 95fb6fd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
"binaries/daemon",
"binaries/runtime",
"examples/rust-dataflow/node",
"examples/rust-dataflow/operator",
"examples/rust-dataflow/status-node",
"examples/rust-dataflow/sink",
"examples/rust-ros2-dataflow/node",
"examples/benchmark/node",
Expand Down
10 changes: 5 additions & 5 deletions examples/rust-dataflow/dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ nodes:
tick: dora/timer/millis/10
outputs:
- random
- id: rust-operator
- id: rust-status-node
custom:
build: cargo build -p rust-dataflow-example-operator
source: ../../target/debug/rust-dataflow-example-operator
build: cargo build -p rust-dataflow-example-status-node
source: ../../target/debug/rust-dataflow-example-status-node
inputs:
tick: dora/timer/millis/100
random: rust-node/random
Expand All @@ -21,11 +21,11 @@ nodes:
build: cargo build -p rust-dataflow-example-sink
source: ../../target/debug/rust-dataflow-example-sink
inputs:
message: rust-operator/status
message: rust-status-node/status
- id: dora-record
custom:
build: cargo build -p dora-record
source: ../../target/debug/dora-record
inputs:
message: rust-operator/status
message: rust-status-node/status
random: rust-node/random
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "rust-dataflow-example-operator"
name = "rust-dataflow-example-status-node"
version.workspace = true
edition = "2021"
license.workspace = true
Expand Down
File renamed without changes.

0 comments on commit 95fb6fd

Please sign in to comment.