mirror of
https://github.com/wassname/ray.git
synced 2026-07-29 11:26:04 +08:00
[Streaming] Fault Tolerance Implementation (#10595)
This commit is contained in:
@@ -90,7 +90,7 @@ std::shared_ptr<DataMessage> DataMessage::FromBytes(uint8_t *bytes) {
|
||||
void NotificationMessage::ToProtobuf(std::string *output) {
|
||||
queue::protobuf::StreamingQueueNotificationMsg msg;
|
||||
FillMessageCommon(msg.mutable_common());
|
||||
msg.set_seq_id(seq_id_);
|
||||
msg.set_seq_id(msg_id_);
|
||||
msg.SerializeToString(output);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user