Re: kafka metrics emitting to graphite

2015-10-14 Thread Alexander Pakulov
You can try this plugin: https://github.com/apakulov/kafka-graphite On Sun, Oct 11, 2015 at 3:19 AM, sunil kalva wrote: > How to configure, to emit kafka broker metrics to graphite. > > t > SunilKalva > -- _ Best Regards, Alexander

Dead letter queue support in Kafka

2015-09-15 Thread Alexander Pakulov
uld be implemented on top of Kafka itself, the same try-catch block -> if there is an exception you forward broken message to dead-letter topic and consume it later once all issues are resolved. Any feedback and suggestions are highly welcomed. Thank you! --  Alexander Pakulov

Dead letter queue support in Kafka

2015-09-15 Thread Alexander Pakulov
uld be implemented on top of Kafka itself, the same try-catch block -> if there is an exception you forward broken message to dead-letter topic and consume it later once all issues are resolved. Any feedback and suggestions are highly welcomed. Thank you! --  Alexander Pakulov