[
https://issues.apache.org/jira/browse/KAFKA-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230111#comment-14230111
]
Jay Kreps commented on KAFKA-1800:
----------------------------------
Is it important to count this exception at the topic level? Maybe just count it
at the global level?
> KafkaException was not recorded at the per-topic metrics
> --------------------------------------------------------
>
> Key: KAFKA-1800
> URL: https://issues.apache.org/jira/browse/KAFKA-1800
> Project: Kafka
> Issue Type: Bug
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
> Fix For: 0.9.0
>
> Attachments: KAFKA-1800.patch
>
>
> When KafkaException was thrown from producer.send() call, it is not recorded
> on the per-topic record-error-rate, but only the global error-rate.
> Since users are usually monitoring on the per-topic metrics, loosing all
> dropped message counts at this level that are caused by kafka producer thrown
> exceptions such as BufferExhaustedException could be very dangerous.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)