[
https://issues.apache.org/jira/browse/DRILL-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vitalii Diravka updated DRILL-6739:
-----------------------------------
Description:
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
was:
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
> 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: Improvement
> Components: Storage - Other
> Affects Versions: 1.14.0
> Reporter: Vitalii Diravka
> Priority: Minor
> 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
> The initial work: https://github.com/vdiravka/drill/commits/DRILL-6739
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)