You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.

Status

Current state: Under Discussion

Discussion thread: here

JIRAKAFKA-12899

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

In KIP-499, we decided to unify the connection name flag for the bootstrap servers. However, ReplicaVerificationTool was omitted.

This KIP proposes to the deprecated broker-list command-line argument in ReplicaVerificationTool, with introducing bootstrap-server.

Public Interfaces

ReplicaVerificationTool will have the '--bootstrap-server' command-line argument added.

Proposed Changes

Add a new command-line argument, '--bootstrap-server', will be added to ReplicaVerificationTool, with the same functionality of traditional '--broker-list'.

Instead, '--broker-list' argument will be marked as deprecated.

Compatibility, Deprecation, and Migration Plan

None.

Rejected Alternatives

None.

  • No labels