DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
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: [One of " Under Discussion", "Accepted", "Rejected"]
Discussion thread: : https://lists.apache.org/thread/fvog79tprhk4qybyfs1c0yk0v9j0wffhhere [Change the link from the KIP proposal email archive to your own email thread]
JIRA:
| Jira | ||||||
|---|---|---|---|---|---|---|
|
Motivation
The kafka-consumer-perf-test tool is a great tool for quickly assessing raw consumer performance. Currently, it subscribes to all partitions and provides an overview of the entire cluster's performance. However, the tool does not support testing the performance of a single broker or partition. Introducing this capability would be highly beneficial for debugging and estimating capacity and resource requirements.
...