[ https://issues.apache.org/jira/browse/KAFKA-5378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039323#comment-16039323 ]
ASF GitHub Bot commented on KAFKA-5378: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/3248 KAFKA-5378: Return LSO in FetchResponse plus some metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-5378 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3248.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 #3248 ---- commit 3395e4da000dc2cf75861e230a19aeebbe5c317c Author: Jason Gustafson <ja...@confluent.io> Date: 2017-06-06T07:32:00Z KAFKA-5378: Return LSO in FetchResponse commit 09fb074348fe0972b05ba33625470af018b4962a Author: Jason Gustafson <ja...@confluent.io> Date: 2017-06-06T17:15:30Z Use LSO to compute fetch lag in READ_COMMITTED commit 0c651d8af634c979c033d397480fae032df92578 Author: Jason Gustafson <ja...@confluent.io> Date: 2017-06-06T17:39:38Z Add LSO lag metric on broker ---- > Last Stable Offset not returned in Fetch request > ------------------------------------------------ > > Key: KAFKA-5378 > URL: https://issues.apache.org/jira/browse/KAFKA-5378 > Project: Kafka > Issue Type: Sub-task > Components: clients, core, producer > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Priority: Critical > Fix For: 0.11.0.0 > > > Looks like we didn't update KafkaApis to return the last stable offset in the > fetch response. The consumer doesn't use it for anything at the moment, but > it would still be good to fix for debugging purposes. -- This message was sent by Atlassian JIRA (v6.3.15#6346)