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

[jira] [Resolved] (CAMEL-11682) camel-kafka - Support configuration parameter sasl.jaas.config

     [ https://issues.apache.org/jira/browse/CAMEL-11682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino resolved CAMEL-11682.
--------------------------------------
    Resolution: Fixed

> camel-kafka - 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
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 2.20.0
>
>
> 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)