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
Hi,
Can you please add to the subscriptions list.
--
Thanks,
Murari Goswami
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
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
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