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 2021/04/05 22:57:44 UTC

[kafka] branch trunk updated (66ba917 -> cad514b)

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 66ba917  KAFKA-12548; Propagate record error messages to application (#10445)
     add cad514b  KAFKA-12294; forward auto topic request within envelope on behalf of clients (#10142)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/requests/AbstractRequest.java     |  13 ++
 .../kafka/common/requests/RequestResponseTest.java |  47 ++++++++
 .../kafka/server/AutoTopicCreationManager.scala    |  60 +++++++--
 .../scala/kafka/server/ForwardingManager.scala     |  31 +++--
 core/src/main/scala/kafka/server/KafkaApis.scala   |   4 +-
 .../server/AutoTopicCreationManagerTest.scala      | 134 +++++++++++++++++++--
 .../scala/unit/kafka/server/KafkaApisTest.scala    |  18 ++-
 7 files changed, 271 insertions(+), 36 deletions(-)