Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
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
Attachments
Issue Links
- is part of
-
DRILL-7388 Apache Drill Kafka Storage module fails to return results for partitions containing single offset record
- Resolved
- relates to
-
KAFKA-5103 Refactor AdminUtils to use zkUtils methods instad of zkUtils.zkClient
- Resolved
-
KAFKA-1420 Replace AdminUtils.createOrUpdateTopicPartitionAssignmentPathInZK with TestUtils.createTopic in unit tests
- Resolved
-
KAFKA-6545 AdminUtils.fetchTopicMetadataFromZk is not available in 1.0.0
- Resolved
- links to