You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client needs to send Accept-Encoding for the server to compress messages, and client can safely assume server supports zstd (preferred) as well as gziphttps://s2.dev/docs/rest/records/overview#s2s-spec
probably a good idea to skip compression for small messages (1 KiB is threshold tonic uses, so should be fair)
client needs to send
Accept-Encodingfor the server to compress messages, and client can safely assume server supportszstd(preferred) as well asgziphttps://s2.dev/docs/rest/records/overview#s2s-specprobably a good idea to skip compression for small messages (1 KiB is threshold tonic uses, so should be fair)