Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Master KIP

KIP-500: Replace ZooKeeper with a Self-Managed Metadata Quorum (Accepted)

Status

Current stateUnder discussionAccepted

Discussion thread:

JIRA:   KAFKA-9397

Motivation

As part of KIP-500, we would like to remove direct ZooKeeper access from the Kafka Administrative tools.  We have many motivations for doing this.  It improves security, decouples the server-side metadata format from the client, and is a necessary first step towards storing Kafka metadata in Kafka.

...