Skip to main content

3.6.x upgrade guide

Collector 3.6.0 introduces payload compression, a new feature that significantly reduces the size (and therefore, cost) of data written to your raw output stream.

The compression feature allows the collector to batch multiple individual collector payloads into a single compressed stream record. This provides several benefits:

  • Reduced storage costs: compressed payloads take up less space in your output streams
  • Improved throughput: fewer, larger records reduce the overhead of stream processing
  • Better performance: downstream consumers can process batches more efficiently

Enabling compression

Enrich 6.1.x required

Before enabling compression, you must upgrade to Enrich 6.1.x first. The reason for this is that support for processing compressed payloads is added to Enrich starting with Enrich 6.1.0. Enrich 6.1.0 can process both compressed and uncompressed payloads.

Enrich is currently the only application compatible with compression. Setups with an S3 loader reading off the raw stream will not be supported.

When upgrading to Collector 3.6.0, compression is an optional feature that can be configured in your collector settings. If this feature is not enabled, there will be no changes to the data format or size.

After upgrading Enrich, compression in Collector can be enabled by adding the following config section:

compression {
enabled = true
}

On this page

Want to see a custom demo?

Our technical experts are here to help.