Re: Building API to make Kafka reactive

2016-07-22 Thread Michael Noll
Shekar, you mentioned: > The API should give different status at each part of the pipeline. > At the ingestion, the API responds with "submitted" > During the progression, the API returns "in progress" > After successful completion, the API returns "Success" May I ask what your motivation is to

Re: Building API to make Kafka reactive

2016-07-13 Thread Dean Wampler
; feedback. > >> > > >> > - Shekar > >> > > >> > On Tue, Jun 28, 2016 at 11:45 PM, Lohith Samaga M < > >> > lohith.sam...@mphasis.com > >> > > wrote: > >> > > >> > > Hi Shekar, > >> > &g

Re: Building API to make Kafka reactive

2016-07-13 Thread Shekar Tippur
hasis.com >>> > > wrote: >>> > >>> > > Hi Shekar, >>> > > Alternatively, you could make each stage of your pipeline to >>> > write >>> > > to a Cassandra (or other DB) and your API will read from it. With >&

Re: Building API to make Kafka reactive

2016-07-13 Thread Shekar Tippur
her DB) and your API will read from it. With >> > Cassandra >> > > TTL, the row will be deleted after TTL is passed. No manual cleanup is >> > > required. >> > > >> > > Best regards / Mit freundlichen Grüßen / Sincères salutations >> >

Re: Building API to make Kafka reactive

2016-07-02 Thread Shekar Tippur
om it. With > > Cassandra > > > TTL, the row will be deleted after TTL is passed. No manual cleanup is > > > required. > > > > > > Best regards / Mit freundlichen Grüßen / Sincères salutations > > > M. Lohith Samaga > > > > > > > &g

Re: Building API to make Kafka reactive

2016-06-29 Thread Dean Wampler
----Original Message- > > From: Shekar Tippur [mailto:ctip...@gmail.com] > > Sent: Wednesday, June 29, 2016 12.10 > > To: users > > Subject: Building API to make Kafka reactive > > > > I am looking at building a reactive api on top of Kafka. > > This

Re: Building API to make Kafka reactive

2016-06-29 Thread Shekar Tippur
l.com] > Sent: Wednesday, June 29, 2016 12.10 > To: users > Subject: Building API to make Kafka reactive > > I am looking at building a reactive api on top of Kafka. > This API produces event to Kafka topic. I want to add a unique session id > into the payload. > The data gets

Re: Building API to make Kafka reactive

2016-06-29 Thread Shekar Tippur
/ Sincères salutations > > M. Lohith Samaga > > > > > > > > -Original Message- > > From: Shekar Tippur [mailto:ctip...@gmail.com] > > Sent: Wednesday, June 29, 2016 12.10 > > To: users > > Subject: Building API to make Kafka reactive > &g

Re: Building API to make Kafka reactive

2016-06-29 Thread Rajini Sivaram
ippur [mailto:ctip...@gmail.com] > Sent: Wednesday, June 29, 2016 12.10 > To: users > Subject: Building API to make Kafka reactive > > I am looking at building a reactive api on top of Kafka. > This API produces event to Kafka topic. I want to add a unique session id > into the paylo

RE: Building API to make Kafka reactive

2016-06-28 Thread Lohith Samaga M
salutations M. Lohith Samaga -Original Message- From: Shekar Tippur [mailto:ctip...@gmail.com] Sent: Wednesday, June 29, 2016 12.10 To: users Subject: Building API to make Kafka reactive I am looking at building a reactive api on top of Kafka. This API produces event to Kafka topic. I

Building API to make Kafka reactive

2016-06-28 Thread Shekar Tippur
I am looking at building a reactive api on top of Kafka. This API produces event to Kafka topic. I want to add a unique session id into the payload. The data gets transformed as it goes through different stages of a pipeline. I want to specify a final topic where I want the api to know that the pro