Skip to content

Commit

Permalink
Update the text with updated behavior and generate the go bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nmahabaleshwar committed Jan 31, 2024
1 parent a80d61c commit 01865d3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 28 deletions.
12 changes: 6 additions & 6 deletions acctz/acctz.pb.go

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

6 changes: 4 additions & 2 deletions acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ service Acctz {
//
// A RecordRequest contains a timestamp indicating the last message
// received. The Collector's expectation is that all messages after the
// timestamp will be streamed. If this results in no records to send, the
// server should return an OK error and zero records.
// timestamp will be streamed. If this results in no records to be sent,
// because either the history is empty or no new accounting events occured
// after the requested timestamp, the server will be silent until new
// records are created.
//
// Any history for replay of records or size of the history is subject to
// implementation support and may or may not be configurable. The history
Expand Down
35 changes: 15 additions & 20 deletions acctz/acctz_grpc.pb.go

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

0 comments on commit 01865d3

Please sign in to comment.