Skip to content

Document Temporal proxy gRPC compression limitation - #347

Merged
adnazujolakisic merged 1 commit into
mainfrom
docs/temporal-grpc-compression
Sep 22, 2026
Merged

adnazujolakisic merged 1 commit into
mainfrom
docs/temporal-grpc-compression

Conversation

@adnazujolakisic

Copy link
Copy Markdown
Contributor

Summary

  • Notes that the operator Temporal proxy does not support compressed gRPC.
  • Documents the Python temporalio default (gzip) and the GrpcCompression.NONE workaround on Client.connect.

Test plan

  • Confirm the warning renders next to the existing plaintext-proxy hint on the Temporal queue-splitting page (GitBook preview).
  • Confirm the GrpcCompression.NONE snippet matches current temporalio (Client.connect).

Made with Cursor

Python temporalio enables gzip by default and hits grpc compression not supported; this gives the Client.connect workaround until the proxy can decompress.

Co-authored-by: Cursor <cursoragent@cursor.com>
@greptile-apps

greptile-apps Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Greptile automatically discovered INT-698, which confirms that Temporal queue splitting fails with gzip compression and identifies disabling compression as the current workaround.

  • Adds a warning that the operator-hosted Temporal proxy does not support gRPC compression.
  • Documents Python temporalio's gzip default and the GrpcCompression.NONE worker-client workaround.

Important Files Changed

Filename Overview
docs/sharing-the-cluster/queue-splitting/temporal.md Adds accurate, appropriately placed guidance for disabling Python Temporal SDK compression when connecting through the operator proxy.

Reviews (1): Last reviewed commit: "Document that the Temporal proxy does no..." | Re-trigger Greptile

@vladrbg vladrbg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@adnazujolakisic
adnazujolakisic merged commit daf4165 into main Sep 22, 2026
4 checks passed
@adnazujolakisic
adnazujolakisic deleted the docs/temporal-grpc-compression branch September 22, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants