GitHub user sigreen opened a pull request: https://github.com/apache/camel/pull/2563
Included securityProtocol=SSL parameter Included &securityProtocol=SSL for SSL configuration, as required by Kafka 1.0. SSL configuration does not work unless this param is explicitly set You can merge this pull request into a Git repository by running: $ git pull https://github.com/sigreen/camel patch-3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2563.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2563 ---- commit 18d1be66bd8f0134ad01189bd6992b260f5e0601 Author: Simon Green <sigreen@...> Date: 2018-10-12T11:23:38Z Included securityProtocol=SSL parameter Included &securityProtocol=SSL for SSL configuration, as required by Kafka 1.0. SSL configuration does not work unless this param is explicitly set ---- ---