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 0971f66 KAFKA-9056; Inbound/outbound byte metrics should reflect
incomplete sends/receives (#7551)
add adb2bdb KAFKA-8584: The RPC code generator should support ByteBuffer.
(#7342)
No new revisions were added by this update.
Summary of changes:
checkstyle/suppressions.xml | 6 +-
.../kafka/common/protocol/ByteBufferAccessor.java | 15 +++
.../org/apache/kafka/common/protocol/Readable.java | 2 +
.../org/apache/kafka/common/protocol/Writable.java | 2 +
.../org/apache/kafka/common/utils/ByteUtils.java | 2 +
.../common/message/SimpleExampleMessageTest.java | 91 ++++++++++++++
.../common/message/SimpleExampleMessage.json | 18 ++-
.../java/org/apache/kafka/message/FieldSpec.java | 16 ++-
.../apache/kafka/message/MessageDataGenerator.java | 139 +++++++++++++++------
.../org/apache/kafka/message/MessageGenerator.java | 2 +
.../org/apache/kafka/message/SchemaGenerator.java | 10 +-
11 files changed, 259 insertions(+), 44 deletions(-)