@@ -192,6 +192,11 @@ See the [examples](examples) directory for more examples, including [how to conf
192
192
Install
193
193
=======
194
194
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
+
195
200
** Install self-contained binary wheels for OSX and Linux from PyPi:**
196
201
197
202
$ pip install confluent-kafka
@@ -204,6 +209,7 @@ Install
204
209
205
210
$ pip install --no-binary :all: confluent-kafka
206
211
212
+
207
213
For source install, see * Prerequisites* below.
208
214
209
215
@@ -236,7 +242,7 @@ Prerequisites
236
242
* Python >= 2.7 or Python 3.x
237
243
* [ librdkafka] ( https://github.com/edenhill/librdkafka ) >= 0.9.5 (latest release is embedded in wheels)
238
244
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
240
246
when a specific version of librdkafka is desired, following these guidelines:
241
247
242
248
* 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
247
253
248
254
* On ** OSX** , use ** homebrew** and do ` brew install librdkafka `
249
255
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
-
255
256
256
257
Build
257
258
=====
0 commit comments