Kjeltore
Is is possible to share you code base for doing this ?
On Mon, Apr 20, 2015 at 12:04 PM, Kjell Tore Fossbakk
wrote:
> I run Kafka and Zookeeper embedded inside my setup phase when running junit
> 4.x tests.
> 20. apr. 2015 08:04 skrev "Warren Henning" :
>
> > Also consider with whether
I run Kafka and Zookeeper embedded inside my setup phase when running junit
4.x tests.
20. apr. 2015 08:04 skrev "Warren Henning" :
> Also consider with whether you could get away with mocking out the Kafka
> broker, depending on what/how you like to test.
>
> On Sun, Apr 19, 2015 at 10:47 PM, sun
Also consider with whether you could get away with mocking out the Kafka
broker, depending on what/how you like to test.
On Sun, Apr 19, 2015 at 10:47 PM, sunil kalva wrote:
> Hi
> Any one tried running zookeeper and kafka locally , which can be useful for
> automating the test cases for API bui
I have installed on local instance of ubuntu and it works fine.
On Mon, Apr 20, 2015 at 11:17 AM, sunil kalva wrote:
> Hi
> Any one tried running zookeeper and kafka locally , which can be useful for
> automating the test cases for API built on kafka ?
>
> SunilKalva
>
Hi
Any one tried running zookeeper and kafka locally , which can be useful for
automating the test cases for API built on kafka ?
SunilKalva
On Apr 15, 2015, at 12:09 AM, Alex Melville wrote:
>
> Hi All,
>
> What is the lightest way to check if the connection to Kafka is up or not?
> Currently I'm having the producer attempt to send a message to a topic, and
> then catching a TimeoutException and handling logic inside of the catch
>
I forgot to mention this is with Kafka 0.8.2.0. The topic in question has
20 partitions (across the 6 brokers). This issue seems to pop up every
couple of days regardless of message volume (it's happened at 50k
messages/s on the topic and 10k). So far it it hasn't hit the same
partition more tha