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.

Reply via email to