[
https://issues.apache.org/jira/browse/HIVE-21895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristopher Kane updated HIVE-21895:
-----------------------------------
Description:
The Kafka client version is 2.2 and there are deprecated methods used like
{code:java}
producer.close(0, TimeUnit){code}
in SimpleKafkaWriter
was:
The Kafka client version is 2.x and there are deprecated methods used like
{code:java}
producer.close(0, TimeUnit){code}
in SimpleKafkaWriter
> Kafka Storage handler uses deprecated Kafka client methods
> ----------------------------------------------------------
>
> Key: HIVE-21895
> URL: https://issues.apache.org/jira/browse/HIVE-21895
> Project: Hive
> Issue Type: Improvement
> Components: kafka integration
> Affects Versions: 3.1.0, 4.0.0, 3.1.1
> Reporter: Kristopher Kane
> Priority: Minor
> Fix For: 4.0.0
>
>
> The Kafka client version is 2.2 and there are deprecated methods used like
> {code:java}
> producer.close(0, TimeUnit){code}
> in SimpleKafkaWriter
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)