[ https://issues.apache.org/jira/browse/KAFKA-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15380270#comment-15380270 ]
ASF GitHub Bot commented on KAFKA-3888: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1627 KAFKA-3888: send consumer heartbeats from a background thread (KIP-62) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-3888 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1627.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 #1627 ---- commit cf1a0a063683bbabce0862104baa2c25bd64996d Author: Jason Gustafson <ja...@confluent.io> Date: 2016-06-24T00:36:16Z Add version 1 of JoinGroup commit cce9ae2b0614478c0246607bc1ee6e98a3a9634f Author: Jason Gustafson <ja...@confluent.io> Date: 2016-06-28T22:53:23Z fill in server-side details commit a09641325c8af8168bff21fade70f08d66f656bf Author: Jason Gustafson <ja...@confluent.io> Date: 2016-06-29T22:21:04Z Work out some kinks in server implementation commit 5a72941c5571913e73d3c9107b5992c3cfbe4474 Author: Jason Gustafson <ja...@confluent.io> Date: 2016-07-15T22:35:11Z client side more or less working ---- > Allow consumer to send heartbeats in background thread (KIP-62) > --------------------------------------------------------------- > > Key: KAFKA-3888 > URL: https://issues.apache.org/jira/browse/KAFKA-3888 > Project: Kafka > Issue Type: Improvement > Components: consumer > Affects Versions: 0.10.1.0 > Reporter: Jason Gustafson > Assignee: Jason Gustafson > > This ticket covers the implementation of KIP-62 as documented here: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-62%3A+Allow+consumer+to+send+heartbeats+from+a+background+thread. -- This message was sent by Atlassian JIRA (v6.3.4#6332)