You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2019/11/20 11:46:00 UTC

[jira] [Resolved] (DRILL-6739) Update Kafka libs to 2.0.0+ version

     [ https://issues.apache.org/jira/browse/DRILL-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arina Ielchiieva resolved DRILL-6739.
-------------------------------------
    Resolution: Fixed

Merged with commit id ffd3c352586a5884747edcc5a93b0c625a47e100 in the scope of DRILL-7388.

> Update Kafka libs to 2.0.0+ version
> -----------------------------------
>
>                 Key: DRILL-6739
>                 URL: https://issues.apache.org/jira/browse/DRILL-6739
>             Project: Apache Drill
>          Issue Type: Task
>          Components: Storage - Kafka
>    Affects Versions: 1.14.0
>            Reporter: Vitalii Diravka
>            Assignee: Arina Ielchiieva
>            Priority: Major
>             Fix For: 1.17.0
>
>
> The current version of Kafka libs isĀ 0.11.0.1
>  The last version is 2.0.0 (September 2018) https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
> Looks like the only changes which should be done are:
>  * replacingĀ {{serverConfig()}} method with {{staticServerConfig()}} in Drill {{EmbeddedKafkaCluster}} class
>  * Replacing deprecated {{AdminUtils}} with {{kafka.zk.AdminZkClient}} [https://github.com/apache/kafka/blob/3cdc78e6bb1f83973a14ce1550fe3874f7348b05/core/src/main/scala/kafka/admin/AdminUtils.scala#L35]
>  https://issues.apache.org/jira/browse/KAFKA-6545
> The initial work: https://github.com/vdiravka/drill/commits/DRILL-6739



--
This message was sent by Atlassian Jira
(v8.3.4#803005)