Michael Coon created KAFKA-3535: ----------------------------------- Summary: Add metrics ability for streams serde components Key: KAFKA-3535 URL: https://issues.apache.org/jira/browse/KAFKA-3535 Project: Kafka Issue Type: New Feature Components: streams Affects Versions: 0.9.0.1 Reporter: Michael Coon Assignee: Guozhang Wang Priority: Minor
Add the ability to record metrics in the serializer/deserializer components. As it stands, I cannot record latency/sensor metrics since the API does not provide the context at the serde levels. Exposing the ProcessorContext at this level may not be the solution; but perhaps change the configure method to take a different config or init context and make the StreamMetrics available in that context along with config information. -- This message was sent by Atlassian JIRA (v6.3.4#6332)