Re: Preventing blocking upon producer buffer full in Kafka 2.1

2019-03-21 Thread Justin Borromeo
> 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

Re: Preventing blocking upon producer buffer full in Kafka 2.1

2019-03-21 Thread ??????
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

Preventing blocking upon producer buffer full in Kafka 2.1

2019-03-15 Thread Justin Borromeo
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.