You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2021/03/19 02:06:55 UTC

[kafka] branch trunk updated (a065fa5 -> 4abdb59)

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

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


    from a065fa5  MINOR: Exclude KIP-500.md from rat check (#10354)
     add 4abdb59  KAFKA-10697: Remove ProduceResponse.responses (#10332)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/requests/ProduceResponse.java     | 26 -------
 .../kafka/common/requests/ProduceResponseTest.java | 69 ++++++++++------
 .../kafka/common/requests/RequestResponseTest.java | 25 +++---
 .../kafka/api/AuthorizerIntegrationTest.scala      | 10 ++-
 .../kafka/network/DynamicConnectionQuotaTest.scala | 10 +--
 .../unit/kafka/server/EdgeCaseRequestTest.scala    | 14 ++--
 .../scala/unit/kafka/server/KafkaApisTest.scala    | 11 ++-
 .../unit/kafka/server/ProduceRequestTest.scala     | 91 ++++++++++++----------
 8 files changed, 132 insertions(+), 124 deletions(-)