You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2021/12/16 14:46:56 UTC

[kafka] branch trunk updated (0478733 -> f653cb7)

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

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


    from 0478733  MINOR: Update log and method name in TopologyMetadata (#11589)
     add f653cb7  KAFKA-13488: Producer fails to recover if topic gets deleted midway (#11552)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/clients/Metadata.java    |  7 +-
 .../org/apache/kafka/clients/MetadataTest.java     | 34 +++++++--
 .../kafka/api/ProducerSendWhileDeletionTest.scala  | 83 ++++++++++++++++++++++
 3 files changed, 117 insertions(+), 7 deletions(-)
 create mode 100644 core/src/test/scala/integration/kafka/api/ProducerSendWhileDeletionTest.scala