arunpandianp opened a new pull request, #34355: URL: https://github.com/apache/beam/pull/34355
Prior to this change all commit chunks were serialized first and then sent to GRPC layer as StreamingCommitRequestChunk. With this change small commits that don't span chunks are sent as it is without the intermediate serialization using StreamingCommitRequestChunkOverlay to GRPC layer. Example old profile:  Example new prrofile:  -- 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