RE: can we send pdf, image files in kafka queue

2015-02-26 Thread Udbhav Agarwal
...@stealth.ly] Sent: 26 February, 2015 7:49 PM To: users@kafka.apache.org Subject: Re: can we send pdf, image files in kafka queue It can be done, sure. We built a prototype a while back https://github.com/stealthly/f2k though I can't say I have bumped into a use case where the tradeoffs worked

Re: can we send pdf, image files in kafka queue

2015-02-26 Thread Joe Stein
It can be done, sure. We built a prototype a while back https://github.com/stealthly/f2k though I can't say I have bumped into a use case where the tradeoffs worked to do it. Chunking the file in each message and reconstructing it is going to be an overhead or your going to block on waiting to writ