Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 12 additions & 23 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ restate-futures-util = { path = "crates/futures-util" }
restate-hyper-uds = { path = "crates/hyper-uds" }
restate-ingress-http = { path = "crates/ingress-http" }
restate-ingress-kafka = { path = "crates/ingress-kafka" }
restate-invoker-api = { path = "crates/invoker-api" }
restate-invoker-impl = { path = "crates/invoker-impl" }
restate-local-cluster-runner = { path = "crates/local-cluster-runner" }
restate-log-server = { path = "crates/log-server" }
Expand Down
2 changes: 1 addition & 1 deletion crates/bifrost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ restate-storage-api = { workspace = true }
restate-test-util = { workspace = true }
restate-types = { workspace = true, features = ["test-util"] }
restate-wal-protocol = { workspace = true }
restate-invoker-api = { workspace = true }
restate-worker-api = { workspace = true }

bytestring = { workspace = true }
criterion = { workspace = true, features = ["async_tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bifrost/benches/replicated_loglet_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use rand::{Rng, RngCore, random};
use restate_bifrost::InputRecord;
use restate_core::network::protobuf::network::message::Body;
use restate_core::network::protobuf::network::{Datagram, Message, datagram};
use restate_invoker_api::{Effect, EffectKind};
use restate_storage_api::deduplication_table::{DedupInformation, EpochSequenceNumber, ProducerId};
use restate_types::identifiers::{InvocationId, LeaderEpoch, PartitionProcessorRpcRequestId};
use restate_types::invocation::{
Expand All @@ -41,6 +40,7 @@ use restate_types::net::{RpcRequest, Service};
use restate_types::time::MillisSinceEpoch;
use restate_types::{GenerationalNodeId, RestateVersion};
use restate_wal_protocol::{Command, Destination, Envelope};
use restate_worker_api::invoker::{Effect, EffectKind};

#[cfg(not(target_env = "msvc"))]
#[global_allocator]
Expand Down
31 changes: 0 additions & 31 deletions crates/invoker-api/Cargo.toml

This file was deleted.

129 changes: 0 additions & 129 deletions crates/invoker-api/src/entry_enricher.rs

This file was deleted.

Loading
Loading