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/01/17 22:36:37 UTC

[kafka] branch trunk updated (9b312c4 -> faf46de)

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 9b312c4  KAFKA-9329; KafkaController::replicasAreValid should return error message (#7865)
     add faf46de  KAFKA-9338; Fetch session should cache request leader epoch (#7970)

No new revisions were added by this update.

Summary of changes:
 .../kafka/coordinator/group/GroupMetadata.scala    |  2 -
 .../src/main/scala/kafka/server/FetchSession.scala | 61 ++++++++++-----------
 .../scala/unit/kafka/server/FetchRequestTest.scala | 49 +++++++++++++++++
 .../scala/unit/kafka/server/FetchSessionTest.scala | 62 +++++++++++++++++++++-
 4 files changed, 139 insertions(+), 35 deletions(-)