[
https://issues.apache.org/jira/browse/NIFI-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15094193#comment-15094193
]
ASF GitHub Bot commented on NIFI-1233:
--------------------------------------
Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/168#discussion_r49476929
--- Diff: nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
---
@@ -37,12 +37,12 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <version>0.8.2.2</version>
+ <version>0.9.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
- <artifactId>kafka_2.9.1</artifactId>
- <version>0.8.2.2</version>
+ <artifactId>kafka_2.10</artifactId>
--- End diff --
So Kafka 0.9.0.0 requires Kafka against Scala 2.10? That shouldn't
interfere with anything else right?
> Upgrade to Kafka 0.9
> --------------------
>
> Key: NIFI-1233
> URL: https://issues.apache.org/jira/browse/NIFI-1233
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Priority: Minor
> Fix For: 0.5.0
>
>
> This is primarily driven by security support that was added to Kafka 0.9
> (e.g., Kerberos, etc).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)