Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Change-Id: Ia535905f4fed6f30854c05ceb300af39877ca4a1
  • Loading branch information
igorbernstein2 committed Nov 6, 2024
1 parent 643ba49 commit 5b14233
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ private <T> void test(Supplier<ApiFuture<?>> invoker, T fakeResponse)
}
}

/**
* Hack the srvice definition to allow grpc server to simulate delayed trailers. This will augment
* the bigtable service definition to promote unary rpcs to server streaming
*/
class HackedBigtableService implements BindableService {
private final LinkedBlockingDeque<ServerRpc<?, ?>> rpcs = new LinkedBlockingDeque<>();

Expand Down

0 comments on commit 5b14233

Please sign in to comment.