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

Compare with Current View Page History

Version 1 Next »

Status

Current state: "Under Discussion"

Discussion thread

JIRA: KAFKA-12899

Motivation

Almost all kafka tools uses --bootstrap-server parameter to specify server to connect to.

But ReplicaVerificationTool uses --bootstrap-servers.

It will be convenient for the user to use the same parameter in ReplicaVerificationTool as other tools do.

Public Interfaces

No new public interfaces will be introduced.

Proposed Changes

Add new command line paramter --bootstrap-server to  ReplicaVerificationTool.

Compatibility, Deprecation, and Migration Plan

Deprecate --bootstrap-servers.

Test Plan

Test newly introduced parameter in the same way as existing was.

Rejected Alternatives


  • No labels