RE: checkpoint on flush of system producer

2016-09-07 Thread Jarrad, Ken
Kx Systems aka Q or KDB -Original Message- From: Yi Pan [mailto:nickpa...@gmail.com] Sent: 06 September 2016 17:40 To: dev@samza.apache.org Subject: Re: checkpoint on flush of system producer Hi, Jarrad, Yes! You have found your answer! Looking forward to your implementation of

Re: checkpoint on flush of system producer

2016-09-06 Thread Yi Pan
'process' of StreamTask). > > -----Original Message- > From: Jarrad, Ken [ICG-IT] > Sent: 06 September 2016 14:55 > To: 'dev@samza.apache.org' > Subject: checkpoint on flush of system producer > > I am writing a SystemProducer and I would be gratefu

RE: checkpoint on flush of system producer

2016-09-06 Thread Jarrad, Ken
ask). -Original Message- From: Jarrad, Ken [ICG-IT] Sent: 06 September 2016 14:55 To: 'dev@samza.apache.org' Subject: checkpoint on flush of system producer I am writing a SystemProducer and I would be grateful for any comments or documentation. I want my SystemProducer to

checkpoint on flush of system producer

2016-09-06 Thread Jarrad, Ken
I am writing a SystemProducer and I would be grateful for any comments or documentation. I want my SystemProducer to collect messages until flush is invoked. That is, I don't want to transmit each message 'one by one'. I want to wait until flush is invoked and then transmit 'in bulk'. I don't kn