Re: Producer send blocking when destination partition does not exist

2019-11-04 Thread Sean Glover
Hi Jamie, It is enabled, because that is the default, but that is just coincidental. My use case which reproduced this error was the following: 1. Launch a single Kafka broker & ZK node with docker (testcontainers-java) 2. Create a topic with 2 partitions by using the admin client. I block durin

Re: Producer send blocking when destination partition does not exist

2019-11-04 Thread Jamie
Hi Sean, Out of interest, is auto topic creation enabled on the brokers? Thanks, Jamie -Original Message- From: Sean Glover To: users Sent: Mon, Nov 4, 2019 04:21 PM Subject: Producer send blocking when destination partition does not exist Hi, I accidentally created a scenario where