You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2021/06/17 21:50:50 UTC

[kafka] branch trunk updated (f5a94d9 -> 31bb4c3)

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

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


    from f5a94d9  MINOR: Fix indentation for several doc pages (#10766)
     add 31bb4c3  KAFKA-12906; Added RecordDeserializationException containing partition and offset  (#10836)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/consumer/internals/Fetcher.java  |   4 +-
 ...on.java => RecordDeserializationException.java} |  28 +++--
 .../common/errors/SerializationException.java      |   8 +-
 .../kafka/clients/consumer/KafkaConsumerTest.java  | 135 +++++++++++++++++----
 4 files changed, 133 insertions(+), 42 deletions(-)
 copy clients/src/main/java/org/apache/kafka/common/errors/{InvalidMetadataException.java => RecordDeserializationException.java} (57%)