Skip to content

Commit

Permalink
chore: Batch ack requests and sink responses for better performance (#…
Browse files Browse the repository at this point in the history
…163)

Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 authored Oct 30, 2024
1 parent 53eedf8 commit 7ec3f2c
Show file tree
Hide file tree
Showing 10 changed files with 188 additions and 190 deletions.
82 changes: 41 additions & 41 deletions pkg/apis/proto/sink/v1/sink.pb.go

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

2 changes: 1 addition & 1 deletion pkg/apis/proto/sink/v1/sink.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ message SinkResponse {
// err_msg is the error message, set it if success is set to false.
string err_msg = 3;
}
Result result = 1;
repeated Result results = 1;
optional Handshake handshake = 2;
optional TransmissionStatus status = 3;
}
Loading

0 comments on commit 7ec3f2c

Please sign in to comment.