[ 
https://issues.apache.org/jira/browse/KAFKA-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977466#comment-15977466
 ] 

ASF GitHub Bot commented on KAFKA-4937:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/2769


> Batch resetting offsets in Streams' StoreChangelogReader
> --------------------------------------------------------
>
>                 Key: KAFKA-4937
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4937
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>            Reporter: Guozhang Wang
>            Assignee: Damian Guy
>              Labels: newbie++, performance
>             Fix For: 0.11.0.0
>
>
> Currently in {{StoreChangelogReader}} we are calling {{consumer.position()}} 
> when logging as well as setting starting offset right after 
> {{seekingToBeginning}}, which will incur a blocking round trip with offset 
> request. We should consider batching those in a single round trip for all 
> partitions that needs to seek to beginning (i.e. needs to reset offset).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to