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/04/10 20:15:43 UTC

[kafka] branch trunk updated (20e4a74 -> a276c54)

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 20e4a74  KAFKA-9832: Extend Streams system tests for EOS-beta (#8443)
     add a276c54  MINOR: Allow a single struct to be a field in the protocol spec (#8413)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/common/message/MessageTest.java   | 17 ++++++++
 .../common/message/SimpleExampleMessageTest.java   | 47 +++++++++++++++++++++-
 .../common/message/SimpleExampleMessage.json       | 17 +++++++-
 .../java/org/apache/kafka/message/FieldSpec.java   |  5 ++-
 .../apache/kafka/message/MessageDataGenerator.java | 33 ++++++++++++---
 .../org/apache/kafka/message/StructRegistry.java   | 35 +++++++++++-----
 .../apache/kafka/message/StructRegistryTest.java   | 26 ++++++++++++
 7 files changed, 159 insertions(+), 21 deletions(-)