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/16 20:07:14 UTC

[kafka] branch trunk updated (937f1f7 -> 863b534)

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 937f1f7  KAFKA-8805; Bump producer epoch on recoverable errors (#7389)
     add 863b534  KAFKA-9535; Update metadata before retrying partitions when fetching offsets (#8088)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/consumer/internals/Fetcher.java  | 125 +++++++++---------
 .../kafka/common/requests/ListOffsetRequest.java   |  14 ++
 .../clients/consumer/internals/FetcherTest.java    | 146 +++++++++++++++------
 3 files changed, 181 insertions(+), 104 deletions(-)