conduktor.io ↗

KIP-475 — New Metrics to Measure Number of Tasks on a Connector

Accepted Kafka 2.4 ConnectMetrics

Adds connector-level task count metrics to Kafka Connect—`connector-total-task-count`, `connector-running-task-count`, `connector-paused-task-count`, `connector-failed-task-count`, `connector-unassigned-task-count`—per connector instance. The existing task count metric is only available at the worker level, preventing per-connector task monitoring and making it impossible to detect connectors that are creating too many or too few tasks.

Details

AuthorCyrus Vafadari
StatusAccepted
Kafka Version2.4
JIRAKAFKA-8447
WikiView on Apache Wiki
Created2019-05-30
Last Modified2019-07-03
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.