Re: Kafka over Satellite links

2016-03-03 Thread Mathias Herberts
Sat links induce roughly 250ms of latency, you have to tweak TCP Windows so you can saturate the link as much as you can, but besides that Sat links are rather common. On Mar 4, 2016 7:26 AM, "Jan" wrote: > Thanks for the input. > The IoT application could have a http

Re: Security in 0.8.2 beta

2014-11-11 Thread Mathias Herberts
Simply encrypt your messages with a PSK between producers and consumers. On Nov 12, 2014 4:38 AM, Kashyap Mhaisekar kashya...@gmail.com wrote: Hi, Is there a way to secure the topics created in Kafka 0.8.2 beta? The need is to ensure no one is asked to read data from the topic without

Re: powered by kafka

2014-11-10 Thread Mathias Herberts
Hi there, my company Cityzen Data uses Kafka as well, we provide a paltform for collecting, storing and analyzing machine data. http://www.cityzendata.com/ @CityzenData Mathias. On Mon, Nov 10, 2014 at 11:57 AM, Pierre-Yves Ritschard p...@spootnik.org wrote: I guess I should mention that

Producer thread safety

2013-09-19 Thread Mathias Herberts
Hi, I'm testing Kafka 0.8 and I encounter an error when accessing a Producer from mutliple threads. I've always thought Producer was thread safe but it seems this is no longer the case. This is the stack trace of the error I'm getting: java.util.ConcurrentModificationException at

Re: Producer thread safety

2013-09-19 Thread Mathias Herberts
Please ignore this report, the problem was triggered by another thread clearing the list currently being sent. Sorry for the noise. On Thu, Sep 19, 2013 at 11:34 AM, Mathias Herberts mathias.herbe...@gmail.com wrote: Hi, I'm testing Kafka 0.8 and I encounter an error when accessing