Skip to content

Release v0.14.3

Choose a tag to compare

@github-actions github-actions released this 17 Feb 23:34
· 6 commits to main since this release

This release adds two improvements to the Kafka sink: LZ4 producer compression and AWS MSK IAM support in sequin.yaml.

Added

  • Adds LZ4 producer compression for the Kafka sink. Set producer_compression: lz4 in the UI or YAML config to compress messages before sending them to Kafka. Defaults to no compression. See docs for details.
  • Adds AWS MSK IAM authentication support to the Kafka sink YAML config. You can now define MSK IAM credentials (aws_access_key_id, aws_secret_access_key, aws_region) directly in sequin.yaml. See docs for details.