[
https://issues.apache.org/jira/browse/KAFKA-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14659236#comment-14659236
]
ASF GitHub Bot commented on KAFKA-2390:
---------------------------------------
GitHub user lindong28 opened a pull request:
https://github.com/apache/kafka/pull/118
KAFKA-2390; Seek() should take a callback
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lindong28/kafka KAFKA-2390
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/118.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #118
----
commit 8a9f88649b8de52b48700821f0e1bc5c51a661f3
Author: Dong Lin <[email protected]>
Date: 2015-08-06T00:05:58Z
KAFKA-2390; Seek() should take a callback
----
> Seek() should take a callback.
> ------------------------------
>
> Key: KAFKA-2390
> URL: https://issues.apache.org/jira/browse/KAFKA-2390
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Jiangjie Qin
> Assignee: Dong Lin
>
> Currently seek is an async call. To have the same interface as other calls
> like commit(), seek() should take a callback. This callback will be invoked
> if the position to seek triggers OFFSET_OUT_OF_RANGE exception from broker.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)