[ https://issues.apache.org/jira/browse/DRILL-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arina Ielchiieva reassigned DRILL-6739: --------------------------------------- Assignee: (was: Vitalii Diravka) > 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 > Priority: Major > > 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)