Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1205#discussion_r218948540
--- Diff: metron-deployment/ansible/roles/librdkafka/defaults/main.yml ---
@@ -15,6 +15,6 @@
# limitations under the License.
#
---
-librdkafka_version: 0.9.4
-librdkafka_url:
https://github.com/edenhill/librdkafka/archive/v0.9.4.tar.gz
+librdkafka_version: 0.11.5
+librdkafka_url:
https://github.com/edenhill/librdkafka/archive/v0.11.5.tar.gz
--- End diff --
Pycapa only works with 0.11.5 now. This was tested and validated in a
previous PR #1136.
---