You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2020/05/13 22:27:20 UTC

[kafka] branch trunk updated (53875bb -> 14e426c)

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

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


    from 53875bb  KAFKA-9966: add internal assignment listener to stabilize eos-beta upgrade test (#8648)
     add 14e426c  MINOR: Add a duplicate() method to Message classes (#8556)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/common/protocol/Message.java  |   7 ++
 .../apache/kafka/common/protocol/MessageUtil.java  |   9 ++
 .../apache/kafka/common/message/MessageTest.java   |  16 +++
 .../java/org/apache/kafka/message/FieldType.java   |   6 +-
 .../apache/kafka/message/MessageDataGenerator.java | 114 ++++++++++++++++++---
 5 files changed, 137 insertions(+), 15 deletions(-)