Skip to content

Commit

Permalink
storage: make ReclockFollower shareable
Browse files Browse the repository at this point in the history
  • Loading branch information
guswynn committed Sep 7, 2022
1 parent d855ca8 commit 30db677
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 143 deletions.
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ mz-expr = { path = "../expr" }
mz-interchange = { path = "../interchange" }
mz-kafka-util = { path = "../kafka-util" }
mz-kinesis-util = { path = "../kinesis-util" }
mz-ore = { path = "../ore", features = ["task", "tracing_"] }
mz-ore = { path = "../ore", features = ["ssh", "task", "tracing_"] }
mz-orchestrator = { path = "../orchestrator" }
mz-persist = { path = "../persist" }
mz-persist-client = { path = "../persist-client" }
Expand Down

0 comments on commit 30db677

Please sign in to comment.