Re: GDPR appliance

2017-11-26 Thread Wim Van Leuven
Thanks, Lars, for the most interesting read! On Sun, 26 Nov 2017 at 00:38 Lars Albertsson wrote: > Hi David, > > You might find this presentation useful: > https://www.slideshare.net/lallea/protecting-privacy-in-practice > > It explains privacy building blocks primarily in a batch processing >

Kafa server in cloud very slow to reply

2017-11-26 Thread Christian Schneider
I have deployed a kafka server to the azure cloud using the spotify docker image. When I use the docker image locally it works fine. When I access it from another cloud service and send messages to it then it seems each message takes very long (more than a minute). Any idea what might be wrong? F

Consumer slow to start up when many partitions exist and the brokers are under load.

2017-11-26 Thread ka...@skianis.com
Hi, I assume there might be some delay from the moment a consumer request metadata for the first time to the time the server replies which can get worse with the increase of topics/partitions. This delay gets even worse if the cluster is under decent load. So say i have 150 topics and 16 partiti

My Docker Kafka image

2017-11-26 Thread Christian F. Gonzalez Di Antonio
I would like to share my @apachekafka @Docker image! with all of you. The Documentation is a work in progress! https://hub.docker.com/r/christiangda/kafka/ Regards, Christian

Re: Sub:Application threads never seen data but topic is full loaded

2017-11-26 Thread Jaikiran Pai
Can you show us some snippet of code where you are consuming this data? Which language consumer are you using and how many consumers are part of the (same) group? Which exact version of Kafka broker and which version of the client side libraries? -Jaikiran On 14/11/17 6:01 PM, chandarasekara