Re: File as message's content

2015-02-26 Thread Ewen Cheslack-Postava
Kafka can accept any type of data, you just pass a byte[] to the producer and get a byte[] back from the consumer. How you interpret it is entirely up to your application. But it does have limits on message size (see the message.max.bytes and replica.fetch.max.bytes setting for brokers) and

File as message's content

2015-02-26 Thread siddharth ubale
Hi , Can you please let me know if we can send a file as in a pdf,jpg or Jpeg as a content of a message which we send via Kafka? Thanks, Siddharth Ubale