You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Richard Yu (JIRA)" <ji...@apache.org> on 2018/07/02 07:07:00 UTC

[jira] [Updated] (KAFKA-7127) Add asynchronous support for methods in KafkaConsumer

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

Richard Yu updated KAFKA-7127:
------------------------------
    Description: Currently, in KafkaConsumer, various methods blocks due to a remote callback. It would be nice if we also added asynchronous version of these methods, like what was done with  {{commitAsync()}} which uses a {{OffsetCommitCallback}} as an input argument.  (was: Currently, in KafkaConsumer, various methods blocks due to a remote callback. It would be nice if we also added asynchronous version of these methods, like what was done with {{poll()}} in KIP-266 and {{commitAsync()}} which uses a {{OffsetCommitCallback}} as an input argument.)

> Add asynchronous support for methods in KafkaConsumer
> -----------------------------------------------------
>
>                 Key: KAFKA-7127
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7127
>             Project: Kafka
>          Issue Type: Wish
>          Components: clients
>            Reporter: Richard Yu
>            Priority: Major
>              Labels: needs-discussion, needs-kip
>
> Currently, in KafkaConsumer, various methods blocks due to a remote callback. It would be nice if we also added asynchronous version of these methods, like what was done with  {{commitAsync()}} which uses a {{OffsetCommitCallback}} as an input argument.



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