Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1136#discussion_r206503684
--- Diff: metron-sensors/pycapa/README.md ---
@@ -54,8 +54,8 @@ General notes on the installation of Pycapa.
```
export PREFIX=/usr
- wget https://github.com/edenhill/librdkafka/archive/v0.9.4.tar.gz -O
- | tar -xz
- cd librdkafka-0.9.4/
+ wget https://github.com/edenhill/librdkafka/archive/v0.11.5.tar.gz
-O - | tar -xz
+ cd librdkafka-0.11.5/
--- End diff --
Did you test both the kerberos and non-kerberos deployment of Pycapa with
Librdkafka 0.11.5 ? The README is now advising this version, so I just want to
make sure it works in all cases.
---