interval.secs=5
kafka.metrics.reporters=kafka.metrics.KafkaCSVMetricsReporter
kafka.csv.metrics.dir=/tmp/kafka_metrics
# Disable csv reporting by default.
kafka.csv.metrics.reporter.enabled=true
##""
Thanks in advance!
From: "MAHA ALSAYASNEH"
To:
Hello,
I always get this error when I send a big amount of data to the topic:
"org.apache.kafka.common.errors.TimeoutException: Expiring 35 record(s) for
words-4 due to 30006 ms has passed since batch creation plus linger time"
If anybody faced that problem before, could you please share your
: Wednesday, September 20, 2017 9:28:17 AM
Subject: Re: Question about Kafka
Producer configuration?
On Wed, Sep 20, 2017, 2:50 PM MAHA ALSAYASNEH <
maha.alsayas...@univ-grenoble-alpes.fr> wrote:
> Hello,
>
> Any suggestion regarding this msg:
> " org.apache.kafka.com
Hello,
Any suggestion regarding this msg:
" org.apache.kafka.common.errors.TimeoutException: Expiring 61 record(s) for
due to 30001 ms has passed since batch creation plus linger time "
Thanks in advance
Maha
From: "MAHA ALSAYASNEH"
To: "users"
Sen
;
Sent: Tuesday, September 19, 2017 6:11:05 PM
Subject: Re: Question about Kafka
What is the retention time on the topic you are publishing to?
____
From: MAHA ALSAYASNEH
Sent: Tuesday, September 19, 2017 10:25:15 AM
To: users@kafka.apache.org
Subject: Qu
Hello,
I'm using Kafka 0.10.1.1
I set up my cluster Kafka + zookeeper on three nodes (three brokers, one topic,
6 partitions, 3 replicas)
When I send messages using Kafka producer (independent node), sometimes I get
this error and I couldn't figure out how to solve it.
" org.apache.kafka.c