Re: Kafka Subscriptions

2015-09-20 Thread Daniel Compton
See http://kafka.apache.org/contact.html to do this, you'll need to do it yourself. On Mon, Sep 21, 2015 at 10:43 AM Murari Goswami wrote: > Hi, > > Can you please add to the subscriptions list. > > -- > Thanks, > Murari Goswami > -- Daniel

Kafka Subscriptions

2015-09-20 Thread Murari Goswami
Hi, Can you please add to the subscriptions list. -- Thanks, Murari Goswami

Re: Suggestions on load testing a system that uses kafka as underlying message bus?

2015-09-20 Thread David Luu
Thanks, Otis, I'll review the info there. Also, after posting the original message, I came across some kafka extensions to popular industry (OSS) load test tools: https://github.com/BrightTag/kafkameter https://github.com/mnogu/gatling-kafka they might be useful for tests that require customiza

Re: Suggestions on load testing a system that uses kafka as underlying message bus?

2015-09-20 Thread Otis Gospodnetić
Hi, A few pointers are in this Kafka user ML thread: http://search-hadoop.com/m/uyzND177HP92xnm4e Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Sun, Sep 20, 2015 at 1:14 AM, David Luu wrote: > I'd like to

Re: missing topic error message not useful

2015-09-20 Thread Li Tao
Hi, kafka is a partitioned system, so not all the servers have the complete data set. The producer does not know whether the topic is not exist, or some brokers are down, it just tries to query again and again until timeout occurs. I think org.apache.kafka.common.errors.TimeoutException makes sens