Github user MohanDV commented on a diff in the pull request:
https://github.com/apache/metron/pull/1136#discussion_r206864051
--- 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 --
Yes it works for unsecured deployment as well.
---