Currently, Lightning sent kv pairs to tikv in plaintext through gRPC. This issue is to support sending kv pairs in gzip format to reduce network bandwidth usage. In our benchmark, it reduces at least 50% network bandwidth usage with no more than 20% performance regression.