You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Todd S <to...@borked.ca> on 2015/01/08 20:50:19 UTC

Monitor data to missing topic

Hi all,

I'm trying to find an existing metric, or method to monitor for data
being sent to a topic that doesn't exist.  Is there a JMX stat I
should look at now, or some other way you catch this sort of thing?

We'd like to get ahead of our users noticing a missing topic, or
sending data to a typo'd topic name, etc.  We don't want to
auto-create topics, so I'd like to catch these.

Thanks.

Re: Monitor data to missing topic

Posted by Otis Gospodnetic <ot...@gmail.com>.
I don't remember seeing a metric for that.... but I'd look at logs first.
Not sure if anything is logged about it, but that's where I'd look for
errors.

Otis
--
Monitoring * Alerting * Anomaly Detection * Centralized Log Management
Solr & Elasticsearch Support * http://sematext.com/


On Thu, Jan 8, 2015 at 2:50 PM, Todd S <to...@borked.ca> wrote:

> Hi all,
>
> I'm trying to find an existing metric, or method to monitor for data
> being sent to a topic that doesn't exist.  Is there a JMX stat I
> should look at now, or some other way you catch this sort of thing?
>
> We'd like to get ahead of our users noticing a missing topic, or
> sending data to a typo'd topic name, etc.  We don't want to
> auto-create topics, so I'd like to catch these.
>
> Thanks.
>