GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/769
METRON-1198: Pycapa - No such configuration property: "sasl.kerberos.principal" When running Pycapa in a Kerberized environment, but without a version of Librdkafka built with SASL support, it can produce error messages that look-like the following. ``` KafkaError{code=_INVALID_ARG,val=-186,str="No such configuration property: "sasl.kerberos.principal""} ``` This can happen when a user accidentally installs multiple version of Librdkafka and the version that the Python interpreter links to is the one without SASL support. I am going to update the README to doc this specific condition. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nickwallen/metron patch-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metron/pull/769.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #769 ---- commit beaeca920ebb2de7131fdb2e0e036f016874d530 Author: Nick Allen <n...@nickallen.org> Date: 2017-09-21T13:39:18Z METRON-1198: Pycapa - No such configuration property: "sasl.kerberos.principal" ---- ---