Skip to content

Commit

Permalink
Removed the comment update which will be moved to a new PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nmahabaleshwar committed Dec 3, 2023
1 parent 7c41a35 commit dc2d013
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,12 @@ message RecordResponse {
}

// RecordRequest, requests a starting point for records to be sent to the
// caller. A tiemstamp of 0 indicates that the server should return all
// records present to the client.
// caller.
// The receiver then can signal back to the sender periodic sync messages to
// acknowledge received records.
// The timestamp indicates the last processed Record at the caller.
message RecordRequest {
// The time when the system recorded this event represented as nanoseconds
// since the unix epoch (UTC).
// since the unix epoch.
google.protobuf.Timestamp timestamp = 2;
}

0 comments on commit dc2d013

Please sign in to comment.