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
We can transform the current process to handle sent messages from peers. adding a pipeline for pre-processing messages before send it.
Compression algorithm could be added using conf as Interface.
Compress step should have a default builtin algorithm implementation (eg. brotli, gzip or custom) or disable it.
We can transform the current process to handle sent messages from peers. adding a pipeline for pre-processing messages before send it.
Compression algorithm could be added using conf as
Interface
.Compress step should have a default builtin algorithm implementation (eg. brotli, gzip or custom) or disable it.
eg pipeline:
ref: https://go.dev/blog/pipelines
The text was updated successfully, but these errors were encountered: