🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/open-cluster-management/hub-of-hubs-message-compression

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/open-cluster-management/hub-of-hubs-message-compression

v0.4.0
99

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Version published
Created

hub-of-hubs-message-compression

Go Report Card Go Reference License

The message compression component of Hub-of-Hubs.

This repo provides compression logic to be used by different transport components for compression/decompression of synced messages.

Go to the Contributing guide to learn how to get involved.

Getting Started

In order to use message compression one must call NewCompressor function with the string identifier of any of the supported compression implementations.

Supported implementations (found in compressor types):

  • GZip - "gzip" : implements compression based on compress/gzip package.
  • NoOp - "no-op" : implements no-op compression based on the No-Op pattern.

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts