Versions Compared

Key

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

Table of Contents

Status

Current state: "Under Discussion"

Discussion thread

JIRA: KAFKA-12878

Motivation

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

...

It will be convenient for the user to use the same parameter in kafka-streams-application-reset as other tools do.

Public Interfaces

No new public interfaces will be introduced.

Proposed Changes

Add new command line paramter --bootstrap-server to  kafka-streams-application-reset.

Compatibility, Deprecation, and Migration Plan

Deprecate --bootstrap-servers.

Test Plan

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

Rejected Alternatives