Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed May 16, 2024
1 parent 4dc237a commit bfcecc5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions crates/ingress-dispatcher/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ use restate_bifrost::Bifrost;
use restate_core::metadata;
use restate_core::network::MessageHandler;
use restate_node_protocol::codec::Targeted;
use restate_node_protocol::ingress::{IngressCorrelationId, IngressMessage};
use restate_node_protocol::RpcMessage;
use restate_node_protocol::ingress::IngressMessage;
use restate_storage_api::deduplication_table::DedupInformation;
use restate_types::identifiers::{InvocationId, PartitionKey, WithPartitionKey};
use restate_types::ingress::InvocationResponseCorrelationIds;
Expand Down
1 change: 0 additions & 1 deletion crates/ingress-dispatcher/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use bytes::Bytes;
use bytestring::ByteString;
use restate_core::metadata;
pub use restate_node_protocol::ingress::IngressCorrelationId;
use restate_schema_api::subscription::{EventReceiverServiceType, Sink, Subscription};
use restate_types::identifiers::{
partitioner, IdempotencyId, InvocationId, PartitionKey, ServiceId, WithPartitionKey,
Expand Down
1 change: 0 additions & 1 deletion crates/node-protocol/src/ingress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use serde::{Deserialize, Serialize};

use crate::common::TargetName;
use crate::define_message;
use crate::RpcMessage;

#[derive(
Debug,
Expand Down

0 comments on commit bfcecc5

Please sign in to comment.