Vitalii Diravka created DRILL-6739:
--------------------------------------
Summary: Update Kafka libs to 2.0 version
Key: DRILL-6739
URL: https://issues.apache.org/jira/browse/DRILL-6739
Project: Apache Drill
Issue Type: Improvement
Components: Storage - Other
Affects Versions: 1.14.0
Reporter: Vitalii Diravka
Fix For: Future
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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)