You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by 杰 杨 <fu...@live.com> on 2018/03/12 10:13:57 UTC

kafka producer send failed

Hi:
    I used producer sending data to kafka.
due to network and other problem makes send failed .
I register callback on send data.
so I test 300W data in kafka,but only 200W data in kafka.
and 100W data in local files .

I did config retries 10 and acks is 'all' in producer.

it seems kafka didn't retry send on failure data?

this is my configuration on producer.

acks=all
retries=3
batch.size=16384
linger.ms=10
buffer.memory=67108864
max.request.size=1048576
request.timeout.ms=50000
compression.type=gzip
so anybody for help to avoid this problem ?
________________________________
funkyyj@live.com