m-trieu commented on code in PR #34539: URL: https://github.com/apache/beam/pull/34539#discussion_r2033786482
########## runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/stubs/WindmillChannelFactory.java: ########## @@ -36,6 +37,8 @@ public final class WindmillChannelFactory { public static final String LOCALHOST = "localhost"; private static final int MAX_REMOTE_TRACE_EVENTS = 100; + // 1MiB. + private static final int MAX_INBOUND_METADATA_SIZE_BYTES = 1024 * 1024; // 10MiB. private static final int WINDMILL_MAX_FLOW_CONTROL_WINDOW = Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org