Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 1b9021e

Browse files
Merge branch 'main' into passthrough-errors
2 parents 6ecc532 + dafe647 commit 1b9021e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@ private InstantiatingGrpcChannelProvider getTransportChannel(
778778
public ManagedChannelBuilder apply(ManagedChannelBuilder input) {
779779
NettyChannelBuilder channelBuilder = (NettyChannelBuilder) input;
780780

781+
// The default replaces long (several KiB) error messages with "http2 exception"
782+
channelBuilder.maxInboundMetadataSize(Integer.MAX_VALUE);
783+
781784
if (sslContext != null) {
782785
channelBuilder.sslContext(sslContext);
783786
}

0 commit comments

Comments
 (0)