You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2020/02/28 22:16:31 UTC

[kafka] branch trunk updated (ede0730 -> e0551ac)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from ede0730  KAFKA-9620: Do not throw in the middle of consumer user callbacks (#8187)
     add e0551ac  KAFKA-9623: Keep polling until the task manager is no longer rebalancing in progress (#8190)

No new revisions were added by this update.

Summary of changes:
 .../streams/processor/internals/StreamThread.java  |  8 +++-
 .../internals/StreamsRebalanceListener.java        |  4 +-
 .../streams/processor/internals/TaskManager.java   |  4 ++
 .../processor/internals/StreamThreadTest.java      | 45 ++++++++++++++++++++++
 4 files changed, 58 insertions(+), 3 deletions(-)