Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Include ZSTD in the supported compression algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
ankon authored Sep 16, 2020
1 parent c09d3cc commit e265ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ KafkaJS is a modern [Apache Kafka](https://kafka.apache.org/) client for Node.js
* Transactional support for producers and consumers
* Message headers
* GZIP compression
* Snappy and LZ4 compression through pluggable codecs
* Snappy, LZ4 and ZSTD compression through pluggable codecs
* Plain, SSL and SASL_SSL implementations
* Support for SCRAM-SHA-256 and SCRAM-SHA-512
* Support for AWS IAM authentication
Expand Down Expand Up @@ -146,4 +146,4 @@ See [LICENSE](https://github.com/tulios/kafkajs/blob/master/LICENSE) for more de
* Thanks to [Sebastian Norde](https://github.com/sebastiannorde) for the V1 logo ❤️
* Thanks to [Tracy (Tan Yun)](https://medium.com/@tanyuntracy) for the V2 logo ❤️

<small>Apache Kafka and Kafka are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. KafkaJS has no affiliation with the Apache Software Foundation.</small>
<small>Apache Kafka and Kafka are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. KafkaJS has no affiliation with the Apache Software Foundation.</small>

0 comments on commit e265ff6

Please sign in to comment.