You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/06/10 09:20:21 UTC

[jira] [Commented] (SPARK-12177) Update KafkaDStreams to new Kafka 0.10 Consumer API

    [ https://issues.apache.org/jira/browse/SPARK-12177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324126#comment-15324126 ] 

Ismael Juma commented on SPARK-12177:
-------------------------------------

{quote}
I agree with Cody that the new Kafka consumer API implementation in Spark, doesn't really have a benefit right now since we can't use the security features which are gated by delegation tokens support in Kafka (KAFKA-1696).
{quote}

[~mgrover], it seems to me that people who want to use TLS would benefit from the new consumer right now and wouldn't have to wait for delegation tokens. What am I missing?



> Update KafkaDStreams to new Kafka 0.10 Consumer API
> ---------------------------------------------------
>
>                 Key: SPARK-12177
>                 URL: https://issues.apache.org/jira/browse/SPARK-12177
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 1.6.0
>            Reporter: Nikita Tarasenko
>              Labels: consumer, kafka
>
> Kafka 0.9 already released and it introduce new consumer API that not compatible with old one. So, I added new consumer api. I made separate classes in package org.apache.spark.streaming.kafka.v09 with changed API. I didn't remove old classes for more backward compatibility. User will not need to change his old spark applications when he uprgade to new Spark version.
> Please rewiew my changes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org