[ https://issues.apache.org/jira/browse/STORM-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189380#comment-15189380 ]
ASF GitHub Bot commented on STORM-822: -------------------------------------- Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1131#issuecomment-194880255 @kishorvpatil I think you are confusing our internal code with open source code. We have been using an early patch of kafka with security, that supported security on the older kafka consumer API, and added a corresponding patch to the kafka-spout to support it. When security finally was officially merged into kafka only the new consumer API was supported, and it can be configured completely through the properties/the broker URI. http://docs.confluent.io/2.0.0/kafka/ssl.html#configuring-kafka-clients as such `securityProtocol` is not needed any more, and was actually never in open source. > As a storm developer I’d like to use the new kafka consumer API (0.8.3) to > reduce dependencies and use long term supported kafka apis > -------------------------------------------------------------------------------------------------------------------------------------- > > Key: STORM-822 > URL: https://issues.apache.org/jira/browse/STORM-822 > Project: Apache Storm > Issue Type: Story > Components: storm-kafka > Reporter: Thomas Becker > Assignee: Hugo Louro > -- This message was sent by Atlassian JIRA (v6.3.4#6332)