You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2021/03/04 09:34:00 UTC

[kafka] branch trunk updated (f06a47a -> 3ef39e1)

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

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


    from f06a47a  KAFKA-12170: Fix for Connect Cast SMT to correctly transform a Byte array into a string (#9950)
     add 3ef39e1  MINOR; Clean up LeaderAndIsrResponse construction in `ReplicaManager#becomeLeaderOrFollower` (#10234)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/requests/LeaderAndIsrRequest.java | 25 ++++++-------
 .../common/requests/LeaderAndIsrResponse.java      |  6 +--
 .../common/message/LeaderAndIsrResponse.json       |  3 +-
 .../common/requests/LeaderAndIsrRequestTest.java   | 41 +++++++++++++++++----
 .../common/requests/LeaderAndIsrResponseTest.java  | 11 +++---
 .../kafka/common/requests/RequestResponseTest.java |  3 +-
 .../main/scala/kafka/server/ReplicaManager.scala   | 43 +++++++++-------------
 .../controller/ControllerChannelManagerTest.scala  | 12 +++---
 8 files changed, 80 insertions(+), 64 deletions(-)