Skip to content

Commit 66a1814

Browse files
author
Ryan P
authored
Improve SASL support disclosure visibility (#378)
1 parent fb9d973 commit 66a1814

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@ See the [examples](examples) directory for more examples, including [how to conf
192192
Install
193193
=======
194194

195+
**NOTE:** The pre-built Linux wheels do NOT contain SASL Kerberos/GSSAPI support.
196+
If you need SASL Kerberos/GSSAPI support you must install librdkafka and
197+
its dependencies using the repositories below and then build
198+
confluent-kafka from source.
199+
195200
**Install self-contained binary wheels for OSX and Linux from PyPi:**
196201

197202
$ pip install confluent-kafka
@@ -204,6 +209,7 @@ Install
204209

205210
$ pip install --no-binary :all: confluent-kafka
206211

212+
207213
For source install, see *Prerequisites* below.
208214

209215

@@ -236,7 +242,7 @@ Prerequisites
236242
* Python >= 2.7 or Python 3.x
237243
* [librdkafka](https://github.com/edenhill/librdkafka) >= 0.9.5 (latest release is embedded in wheels)
238244

239-
librdkafka is embedded in the macosx manylinux wheels, for other platforms or
245+
librdkafka is embedded in the macosx manylinux wheels, for other platforms, SASL Kerberos/GSSAPI support or
240246
when a specific version of librdkafka is desired, following these guidelines:
241247

242248
* For **Debian/Ubuntu** based systems, add this APT repo and then do `sudo apt-get install librdkafka-dev python-dev`:
@@ -247,11 +253,6 @@ http://docs.confluent.io/current/installation.html#rpm-packages-via-yum
247253

248254
* On **OSX**, use **homebrew** and do `brew install librdkafka`
249255

250-
**NOTE:** The pre-built Linux wheels do NOT contain SASL Kerberos support.
251-
If you need SASL Kerberos support you must install librdkafka and
252-
its dependencies using the above repositories and then build
253-
confluent-kafka from source.
254-
255256

256257
Build
257258
=====

0 commit comments

Comments
 (0)