Skip to content

Conversation

@pingyu
Copy link
Collaborator

@pingyu pingyu commented Jan 20, 2026

Changes

  • Enable gRPC gzip support by turning on tonic’s gzip feature and configuring the store gRPC client to accept gzip-compressed responses (cherry pick store: Make "grpc_max_decoding_message_size" configurable #485).
  • Add grpc_max_decoding_message_size to client Config (default 4MB) with a builder method, and wire it through PD/store connection setup so gRPC clients use the configured decode limit (cherry pick store: Enable gRPC gzip compression #490).
  • Update example TiKV config to use server.grpc-compression-type = "gzip" (config/tikv.toml).
  • Bump crate version to 0.4.0 (Cargo.toml) as the new config item grpc_max_decoding_message_size may break client codes.

Signed-off-by: Ping Yu <yuping@pingcap.com>
@ti-chi-bot ti-chi-bot bot added dco-signoff: yes Indicates the PR's author has signed the dco. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 20, 2026
Signed-off-by: Ping Yu <yuping@pingcap.com>
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Jan 20, 2026
@ti-chi-bot
Copy link

ti-chi-bot bot commented Jan 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coocood, iosmanthus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Jan 20, 2026
@ti-chi-bot
Copy link

ti-chi-bot bot commented Jan 20, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-01-20 08:12:49.891221195 +0000 UTC m=+481597.505178051: ☑️ agreed by iosmanthus.
  • 2026-01-20 08:59:17.861779451 +0000 UTC m=+484385.475736297: ☑️ agreed by coocood.

@ti-chi-bot ti-chi-bot bot merged commit 02e3a8e into tikv:master Jan 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dco-signoff: yes Indicates the PR's author has signed the dco. lgtm size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants