You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/10/21 19:08:52 UTC

[kafka] branch trunk updated (5dc94b1 -> 1d26391)

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

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


    from 5dc94b1  MINOR: distinguish between missing source topics and internal assignment errors (#9446)
     add 1d26391  KAFKA-10520; Ensure transactional producers poll if leastLoadedNode not available with max.in.flight=1 (#9406)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/producer/internals/Sender.java   |  31 +++--
 .../clients/producer/internals/SenderTest.java     | 136 ++++++++++++++++++++-
 .../api/TransactionsWithMaxInFlightOneTest.scala   | 131 ++++++++++++++++++++
 .../test/scala/unit/kafka/utils/TestUtils.scala    |   4 +-
 4 files changed, 289 insertions(+), 13 deletions(-)
 create mode 100644 core/src/test/scala/integration/kafka/api/TransactionsWithMaxInFlightOneTest.scala