You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "chris snow (JIRA)" <ji...@apache.org> on 2017/08/20 18:08:00 UTC

[jira] [Created] (CAMEL-11682) Support configuration parameter sasl.jaas.config

chris snow created CAMEL-11682:
----------------------------------

             Summary: Support configuration parameter sasl.jaas.config
                 Key: CAMEL-11682
                 URL: https://issues.apache.org/jira/browse/CAMEL-11682
             Project: Camel
          Issue Type: Improvement
          Components: camel-kafka
            Reporter: chris snow
            Priority: Minor


As discussed on the camel [mailing list|http://camel.465427.n5.nabble.com/Camel-Kafka-SASL-plain-with-broker-list-rather-than-zookeeper-td5811191.html], some Kafka implementations such as [IBM Message Hub|https://console.bluemix.net/docs/services/MessageHub/index.html] require setting the sasl.jaas.config kafka client parameter, e.g.

{code}
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="USERNAME" password="PASSWORD";
{code}

If it would help, I can provide access to an IBM Message Hub instance endpoint to support this development.  Please contact me at: chris.snow at uk.ibm.com. 



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