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 2021/02/26 03:40:09 UTC

[kafka] branch trunk updated (1657dee -> 74dfe80)

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 1657dee  MINOR: tune KIP-631 configurations (#10179)
     add 74dfe80  KAFKA-12365; Disable APIs not supported by KIP-500 broker/controller (#10194)

No new revisions were added by this update.

Summary of changes:
 .../common/message/AddOffsetsToTxnRequest.json     |   2 +-
 .../common/message/AddPartitionsToTxnRequest.json  |   2 +-
 .../common/message/AlterConfigsRequest.json        |   2 +-
 .../AlterPartitionReassignmentsRequest.json        |   2 +-
 .../message/AlterUserScramCredentialsRequest.json  |   2 +-
 .../common/message/CreateAclsRequest.json          |   2 +-
 .../message/CreateDelegationTokenRequest.json      |   2 +-
 .../common/message/CreatePartitionsRequest.json    |   2 +-
 .../common/message/DeleteAclsRequest.json          |   2 +-
 .../common/message/DescribeAclsRequest.json        |   2 +-
 .../message/DescribeClientQuotasRequest.json       |   2 +-
 .../common/message/DescribeConfigsRequest.json     |   2 +-
 .../message/DescribeDelegationTokenRequest.json    |   2 +-
 .../DescribeUserScramCredentialsRequest.json       |   2 +-
 .../common/message/ElectLeadersRequest.json        |   2 +-
 .../resources/common/message/EndTxnRequest.json    |   2 +-
 .../message/ExpireDelegationTokenRequest.json      |   2 +-
 .../common/message/InitProducerIdRequest.json      |   2 +-
 .../message/ListPartitionReassignmentsRequest.json |   2 +-
 .../resources/common/message/MetadataRequest.json  |   2 +-
 .../message/RenewDelegationTokenRequest.json       |   2 +-
 .../common/message/TxnOffsetCommitRequest.json     |   2 +-
 .../common/message/UpdateFeaturesRequest.json      |   2 +-
 .../main/scala/kafka/server/ControllerApis.scala   | 141 ++++++---------------
 .../main/scala/kafka/server/ControllerServer.scala |   3 +-
 .../unit/kafka/server/ControllerApisTest.scala     |   7 +-
 .../tests/core/group_mode_transactions_test.py     |   2 +-
 tests/kafkatest/tests/core/transactions_test.py    |   3 +-
 28 files changed, 68 insertions(+), 134 deletions(-)