Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: grpc压缩配置对cdc是否生效

[Test Environment for TiDB] Testing
[TiDB Version] 6.5.3
Our production cluster is deployed in a 3 AZ high availability zone.
We found that about 60% of the cross-availability zone traffic is from TiKV to TiCDC. Then we saw the gRPC compression configuration for TiKV: server.grpc-compression-type: gzip.
In the test cluster, using the tpchmark dataset, we changed the server.grpc-compression-type each time we wrote data. After changing it, there was basically no impact, with a difference of less than 10%.
Then I briefly looked at the TiKV code (I don’t understand Rust). The gRPC compression configuration is only used as shown below, and it seems to have nothing to do with CDC. I’m wondering if it’s simply not supported.