Skip to content

Commit 67189cd

Browse files
committed
mux api: add optional retry after to error shutdown
Signed-off-by: Matt Klein <mklein@bitdrift.io>
1 parent 250f755 commit 67189cd

File tree

1 file changed

+3
-0
lines changed
  • src/bitdrift_public/protobuf/client/v1

1 file changed

+3
-0
lines changed

src/bitdrift_public/protobuf/client/v1/api.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,9 @@ message ErrorShutdown {
468468

469469
// The message that would have been sent in trailers.
470470
string grpc_message = 2;
471+
472+
// Optional minimum retry backoff duration that the client should adhere to.
473+
google.protobuf.Duration retry_after = 3;
471474
}
472475

473476
// Called by the server to tell the client to flush a set of owned buffers. When this command is

0 commit comments

Comments
 (0)