Re: How to pull the data from mobile app directly into Kafka broker

2018-12-05 Thread Satendra Pratap Singh
Hi Sönke, yeah i have done that, i don't understand couple of thing like how to configure with mobile app like in my app whatever url i will put it hit the logs there. what url it should be? and how rest will post that log to kafka. My problem is quite straight forward how to push messages using

Re: How to pull the data from mobile app directly into Kafka broker

2018-12-05 Thread Sönke Liebau
Hi Satendra, have you tried following the quickstart [1] on the Confluent page? This will help you get a feel for the rest proxy and how to interact with it. Configuration is also explained on the same page [2] - it doesn't take much beyond your Kafka brokers and Zookeeper nodes to get you started

Re: How to pull the data from mobile app directly into Kafka broker

2018-12-04 Thread Satendra Pratap Singh
Hi Manoj, Can you tell me how to configure it. > On 05-Dec-2018, at 03:51, Manoj Khangaonkar wrote: > > There is an open source Kafka Rest API from confluent. You could use that > to POST to your broker. > > regards > > On Tue, Dec 4, 2018 at 5:32 AM Satendra Pratap Singh > wrote: > >> Hi

Re: How to pull the data from mobile app directly into Kafka broker

2018-12-04 Thread Manoj Khangaonkar
There is an open source Kafka Rest API from confluent. You could use that to POST to your broker. regards On Tue, Dec 4, 2018 at 5:32 AM Satendra Pratap Singh wrote: > Hi Team, > > Can you help me out in general I wanted to know I developed an app and > installed in my mobile when I logged in o

How to pull the data from mobile app directly into Kafka broker

2018-12-04 Thread Satendra Pratap Singh
Hi Team, Can you help me out in general I wanted to know I developed an app and installed in my mobile when I logged in or do any activity mobile generate a log j want to pull that logs directly from mobile to Kafka broker. Please let me know how to do it. How to build data pipeline.