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 2020/02/21 18:03:47 UTC

[kafka] branch trunk updated (747ef08 -> 84c4025)

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 747ef08  MINOR: Remove unwanted regexReplace on tests/kafkatest/__init__.py
     add 84c4025  KAFKA-9206; Throw KafkaException on CORRUPT_MESSAGE error in Fetch response (#8111)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/consumer/internals/Fetcher.java  | 14 +++++++++++--
 .../kafka/common/requests/FetchResponse.java       |  2 ++
 .../clients/consumer/internals/FetcherTest.java    | 24 ++++++++++++++++++++++
 3 files changed, 38 insertions(+), 2 deletions(-)