提交 1dd24c92 编写于 作者: M Magnus Edenhill

SASL updates in README

上级 860ad6b6
......@@ -30,7 +30,7 @@ See the [wiki](https://github.com/edenhill/librdkafka/wiki) for a FAQ.
* Simple (legacy) consumer
* Compression: snappy, gzip, lz4
* [SSL](https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka) support
* [SASL](https://github.com/edenhill/librdkafka/wiki/Using-SASL-with-librdkafka) (GSSAPI/Kerberos, PLAIN) support
* [SASL](https://github.com/edenhill/librdkafka/wiki/Using-SASL-with-librdkafka) (GSSAPI/Kerberos/SSPI, PLAIN, SCRAM) support
* Broker version support: >=0.8 (see [Broker version compatibility](https://github.com/edenhill/librdkafka/wiki/Broker-version-compatibility))
* Stable C & C++ APIs (ABI safety guaranteed for C)
* [Statistics](https://github.com/edenhill/librdkafka/wiki/Statistics) metrics
......@@ -90,8 +90,8 @@ See the [wiki](https://github.com/edenhill/librdkafka/wiki) for a FAQ.
GNU make
pthreads
zlib (optional, for gzip compression support)
libssl-dev (optional, for SSL support)
libsasl2-dev (optional, for SASL support)
libssl-dev (optional, for SSL and SASL SCRAM support)
libsasl2-dev (optional, for SASL GSSAPI support)
liblz4-dev (optional, for LZ4 compression support)
## Instructions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册