w?
Thanks & regards,
Rodrigo
-- Forwarded message --
From: Rodrigo Ottero
Date: Fri, Jun 17, 2016 at 5:33 PM
Subject: Messages delayed in jUnit test (version 0.9.0.0)
To: users@kafka.apache.org
Hi.
I am trying to use an embedded Kafka server to allow me to create tests
Hi.
I am trying to use an embedded Kafka server to allow me to create tests in
jUnit using a real Kafka implementation, instead of a stub or a mock.
I am using Kafka version 0.9.0.0.
The test works, but the consumer poll has to wait for 3 seconds to get the
message.
Here is the code I am runnin