RE: kafka producer pulling from custom restAPI

2014-06-30 Thread sonali.parthasarathy
Ah, gotcha. Thanks, Sonali -Original Message- From: Steve Morin [mailto:steve.mo...@gmail.com] Sent: Friday, June 27, 2014 4:45 PM To: users@kafka.apache.org Cc: Subject: Re: kafka producer pulling from custom restAPI The answer is no, it doesn't work that way. You would ha

Re: kafka producer pulling from custom restAPI

2014-06-27 Thread Steve Morin
The answer is no, it doesn't work that way. You would have to write a process to consume from the API back end and have that back end write to Kafka > On Jun 27, 2014, at 19:35, wrote: > > Hi, > > I have a quick question. Say I have a custom REST API with data in JSON > format. Can the Kafka