You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2017/09/21 13:26:00 UTC

[jira] [Created] (METRON-1198) Pycapa - No such configuration property: "sasl.kerberos.principal"

Nick Allen created METRON-1198:
----------------------------------

             Summary: Pycapa - No such configuration property: "sasl.kerberos.principal"
                 Key: METRON-1198
                 URL: https://issues.apache.org/jira/browse/METRON-1198
             Project: Metron
          Issue Type: Improvement
    Affects Versions: 0.4.1
            Reporter: Nick Allen
            Assignee: Nick Allen
             Fix For: Next + 1


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.

{code}
KafkaError{code=_INVALID_ARG,val=-186,str="No such configuration property: "sasl.kerberos.principal""}
{code}

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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)