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 2022/12/08 19:54:37 UTC

[kafka] branch trunk updated (c6590ee28b2 -> a0c19c05efa)

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 c6590ee28b2 KAFKA-14435: Fix `allow.everyone.if.no.acl.found` config behavior for StandardAuthorizer
     add a0c19c05efa KAFKA-14425; The Kafka protocol should support nullable structs (#12932)

No new revisions were added by this update.

Summary of changes:
 .../common/message/NullableStructMessageTest.java  | 114 +++++++++++++++++++++
 .../common/message/NullableStructMessage.json      |  44 ++++++++
 .../java/org/apache/kafka/message/FieldSpec.java   |   8 +-
 .../java/org/apache/kafka/message/FieldType.java   |   5 +
 .../apache/kafka/message/MessageDataGenerator.java |  99 ++++++++++++++++--
 .../org/apache/kafka/message/SchemaGenerator.java  |   3 -
 .../kafka/message/MessageDataGeneratorTest.java    |  47 +++++++++
 7 files changed, 307 insertions(+), 13 deletions(-)
 create mode 100644 clients/src/test/java/org/apache/kafka/common/message/NullableStructMessageTest.java
 create mode 100644 clients/src/test/resources/common/message/NullableStructMessage.json