Re: Use Kafka To Send Files

2014-06-15 Thread Steve Morin
than your maximum > message size. It would generally be a better choice to put a pointer to the > file in some shared location on the queue. > > -Mark > >> On Jun 15, 2014, at 19:41, wrote: >> >> Hi Sometimes we want use kafka to send files(like textfile,xml...), b

Re: Use Kafka To Send Files

2014-06-15 Thread Mark Roberts
014, at 19:41, wrote: > > Hi Sometimes we want use kafka to send files(like textfile,xml...), but I > didn't see this in documention. > Can kafka use to tansfer files? If can ,how can I do >Thanks

Re: Use Kafka To Send Files

2014-06-15 Thread Guozhang Wang
We have seen people sending files with tens of MB size like messages (i.e. one file as a single message) using Kafka. Guozhang On Sun, Jun 15, 2014 at 7:41 PM, wrote: > Hi Sometimes we want use kafka to send files(like textfile,xml...), > but I didn't see this in documention.

Use Kafka To Send Files

2014-06-15 Thread huqiming0403
Hi Sometimes we want use kafka to send files(like textfile,xml...), but I didn't see this in documention. Can kafka use to tansfer files? If can ,how can I do Thanks