This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from f217752 KAFKA-9360: Allow disabling MM2 heartbeat and checkpoint
emissions (#7887)
add 57cef76 KAFKA-9474: Adds 'float64' to the RPC protocol types (#8012)
No new revisions were added by this update.
Summary of changes:
.../kafka/common/protocol/ByteBufferAccessor.java | 10 ++++++
.../org/apache/kafka/common/protocol/Readable.java | 1 +
.../org/apache/kafka/common/protocol/Writable.java | 1 +
.../apache/kafka/common/protocol/types/Field.java | 10 ++++++
.../apache/kafka/common/protocol/types/Struct.java | 22 ++++++++++++
.../apache/kafka/common/protocol/types/Type.java | 38 +++++++++++++++++++-
.../org/apache/kafka/common/utils/ByteUtils.java | 40 ++++++++++++++++++++++
.../src/main/resources/common/message/README.md | 22 +++++++-----
.../protocol/types/ProtocolSerializationTest.java | 12 +++++++
.../kafka/common/protocol/types/StructTest.java | 4 +++
.../apache/kafka/common/utils/ByteUtilsTest.java | 38 ++++++++++++++++++++
.../common/message/SimpleExampleMessage.json | 10 +++---
.../java/org/apache/kafka/message/FieldType.java | 17 +++++++++
.../apache/kafka/message/MessageDataGenerator.java | 30 +++++++++++++++-
.../org/apache/kafka/message/SchemaGenerator.java | 6 ++++
15 files changed, 246 insertions(+), 15 deletions(-)