Hi Chris,
the documentation on the website (wiki) is slightly out of date, you
can find the latest documentation in the source code[1]. The Kafka
component has support for `brokers` component/endpoint property see
CAMEL-10832[2].

zoran

[1] 
https://github.com/apache/camel/blob/master/components/camel-kafka/src/main/docs/kafka-component.adoc
[2] https://issues.apache.org/jira/browse/CAMEL-10832

On Sat, Aug 19, 2017 at 5:43 AM, Chris Snow <chsnow...@gmail.com> wrote:
> IBM MessageHub is a kafka 0.10.2.1 service that uses SASL plain to connect.
> The connection parameters require passing a list of bootstrap servers and a
> user name and password:
>
>   "kafka_brokers_sasl": [
>     "kafka04-prod01.messagehub.services.eu-de.bluemix.net:9093",
>     "kafka05-prod01.messagehub.services.eu-de.bluemix.net:9093",
>     "kafka01-prod01.messagehub.services.eu-de.bluemix.net:9093",
>     "kafka03-prod01.messagehub.services.eu-de.bluemix.net:9093",
>     "kafka02-prod01.messagehub.services.eu-de.bluemix.net:9093"
>   ],
>   "user": "xxxxx",
>   "password": "xxxxx"
>
> Note that the connection uses the broker list because zookeeper is not
> exposed.
>
> I couldn't see from the camel documentation how to connect with only the
> above information - is this possible?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Kafka-SASL-plain-with-broker-list-rather-than-zookeeper-tp5811191.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Zoran Regvart

Reply via email to