Release v0.14.3
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: lz4in 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 insequin.yaml. See docs for details.