[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2020-03-06 Thread Michael K. Edwards (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17053749#comment-17053749 ] Michael K. Edwards commented on KAFKA-8421: --- Is this change going to be backported to the 2.4

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2020-01-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17014645#comment-17014645 ] ASF GitHub Bot commented on KAFKA-8421: --- guozhangwang commented on pull request #7925: MINOR: Add

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2020-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012313#comment-17012313 ] ASF GitHub Bot commented on KAFKA-8421: --- guozhangwang commented on pull request #7925: MINOR: Add

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2020-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012307#comment-17012307 ] ASF GitHub Bot commented on KAFKA-8421: --- guozhangwang commented on pull request #7312: KAFKA-8421:

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-09-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924725#comment-16924725 ] ASF GitHub Bot commented on KAFKA-8421: --- guozhangwang commented on pull request #7312: KAFKA-8421:

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-06-07 Thread Andrew Olson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16858616#comment-16858616 ] Andrew Olson commented on KAFKA-8421: - It would be helpful to design and build a stress test harness

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-06-05 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16857147#comment-16857147 ] Richard Yu commented on KAFKA-8421: --- I think that we could extend this issue to account for a poll()

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-06-05 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16857088#comment-16857088 ] Richard Yu commented on KAFKA-8421: --- [~guozhang] There are a couple of simple approaches we could try

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-05-31 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853099#comment-16853099 ] Richard Yu commented on KAFKA-8421: --- A key issue here is when we stop sending the old records of a

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-05-30 Thread Richard Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852643#comment-16852643 ] Richard Yu commented on KAFKA-8421: --- Might try to take a hack at this one. It certainly is an

[jira] [Commented] (KAFKA-8421) Allow consumer.poll() to return data in the middle of rebalance

2019-05-30 Thread Andrew Olson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852279#comment-16852279 ] Andrew Olson commented on KAFKA-8421: - Agree this would be a potentially quite beneficial