#41 hooked up zstd, but --remote_cache_compression=true against a clientd config like this fails:
contentAddressableStorage: {
grpc: {
client: { address: 'upstream-cluster:443', tls: {} },
enableCompression: true,
},
},
The bb-storage layer is correctly advertising compression, but bb-clientd doesn't forward the server's compression capability I think due to this.
#41 hooked up zstd, but
--remote_cache_compression=trueagainst a clientd config like this fails:The bb-storage layer is correctly advertising compression, but bb-clientd doesn't forward the server's compression capability I think due to this.