Skip to content

Commit

Permalink
[reorg] Stage 1
Browse files Browse the repository at this point in the history
- Remove schema/schema-api (now in `restate_types::schema`)
- Remove cluster-controller and merge with restate-admin
- Use `prost-dto` for cluster-state
- Move networking types to `restate_types::net`
- Protobuf internal types reorg
  • Loading branch information
AhmedSoliman committed Jun 20, 2024
1 parent 8ed813f commit 6fded3f
Show file tree
Hide file tree
Showing 153 changed files with 2,430 additions and 2,737 deletions.
174 changes: 48 additions & 126 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ restate-base64-util = { path = "crates/base64-util" }
restate-benchmarks = { path = "crates/benchmarks" }
restate-bifrost = { path = "crates/bifrost" }
restate-cli-util = { path = "crates/cli-util" }
restate-cluster-controller = { path = "crates/cluster-controller" }
restate-core = { path = "crates/core" }
restate-errors = { path = "crates/errors" }
restate-fs-util = { path = "crates/fs-util" }
Expand All @@ -52,13 +51,9 @@ restate-admin-rest-model = { path = "crates/admin-rest-model" }
restate-metadata-store = { path = "crates/metadata-store" }
restate-network = { path = "crates/network" }
restate-node = { path = "crates/node" }
restate-node-protocol = { path = "crates/node-protocol" }
restate-node-services = { path = "crates/node-services" }
restate-partition-store = { path = "crates/partition-store" }
restate-queue = { path = "crates/queue" }
restate-rocksdb = { path = "crates/rocksdb" }
restate-schema = { path = "crates/schema" }
restate-schema-api = { path = "crates/schema-api" }
restate-serde-util = { path = "crates/serde-util" }
restate-server = { path = "server" }
restate-service-client = { path = "crates/service-client" }
Expand Down Expand Up @@ -127,6 +122,7 @@ paste = "1.0"
pin-project = "1.0"
prost = "0.12.1"
prost-build = "0.12.1"
prost-dto = { version = "0.0.2" }
prost-types = "0.12.1"
rand = "0.8.5"
rayon = { version = "1.10" }
Expand Down
Loading

0 comments on commit 6fded3f

Please sign in to comment.