[ 
https://issues.apache.org/jira/browse/KAFKA-7032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai updated KAFKA-7032:
----------------------------------
    Priority: Major  (was: Blocker)

> The TimeUnit is neglected by KakfaConsumer#close(long, TimeUnit)
> ----------------------------------------------------------------
>
>                 Key: KAFKA-7032
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7032
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>    Affects Versions: 2.0.0
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>            Priority: Major
>             Fix For: 2.0.0
>
>
> {code:java}
> @Deprecated
> @Override
> public void close(long timeout, TimeUnit timeUnit) {
> close(Duration.ofMillis(TimeUnit.MILLISECONDS.toMillis(timeout)));
> }{code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to