DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Status
Current state: "Accepted"
Discussion thread: Dev-list
JIRA: KAFKA-12878
Motivation
Almost all kafka tools uses --bootstrap-server parameter to specify server to connect to.
But kafka-streams-application-reset uses --bootstrap-servers.
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.