> From: "Justin Borromeo"
> Date: Sat, Mar 16, 2019 04:08 AM
> To: "users";
> Subject: Preventing blocking upon producer buffer full in Kafka 2.1
>
>
> Hi all,
>
> I was wondering how I could prevent blocking when using KafkaProducer to
> send re
considerate value.
From: "Justin Borromeo"
Date: Sat, Mar 16, 2019 04:08 AM
To: "users";
Subject: Preventing blocking upon producer buffer full in Kafka 2.1
Hi all,
I was wondering how I could prevent blocking when using KafkaProducer to
send records with a full buffer. I n
Hi all,
I was wondering how I could prevent blocking when using KafkaProducer to
send records with a full buffer. I noticed from the v0.9 docs that there
was a block.on.buffer.full config that could be set to false to achieve
that behaviour...however, that was deprecated and is unavailable in v2.