DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- We will add a deprecated annotation on `AssignmentsManager#QUEUED_REPLICA_TO_DIR_ASSIGNMENTS_METRIC`.
- Update the Kafka documentation to note that the MBean `org.apache.kafka.server:type=AssignmentsManager` will be replaced by `kafkadeprecated and add new metrics `kafka.server:type=AssignmentsManager` which will replaced `org.apache.kafka.server:type=AssignmentsManager` at next major release.
- Add new `AssignmentsManager#QUEUED_REPLICA_TO_DIR_ASSIGNMENTS_METRIC_NAME` which `metricName` is `kafka.server:type=AssignmentsManager` and add it to `AssignmentsManager#metricsRegistry`.
- Delete `AssignmentsManager#QUEUED_REPLICA_TO_DIR_ASSIGNMENTS_METRIC` at the next major release and remove it from `AssignmentsManager#metricsRegistry`.
...