You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2020/11/03 01:20:03 UTC

[kafka] branch trunk updated (21a65e1 -> b9e2a89)

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

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


    from 21a65e1  KAFKA-10632; Raft client should push all committed data to state machines (#9482)
     add b9e2a89  MINOR: KIP-584: Remove admin client facility to read features from controller (#9536)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/clients/admin/Admin.java |  8 ++----
 .../clients/admin/DescribeFeaturesOptions.java     | 20 --------------
 .../kafka/clients/admin/KafkaAdminClient.java      |  9 ++----
 .../kafka/clients/admin/KafkaAdminClientTest.java  | 22 +++++----------
 .../main/scala/kafka/admin/FeatureCommand.scala    | 32 +++++-----------------
 .../unit/kafka/admin/FeatureCommandTest.scala      |  2 +-
 .../unit/kafka/server/UpdateFeaturesTest.scala     |  5 ++--
 7 files changed, 22 insertions(+), 76 deletions(-)