Re: Writing to external systems in reconciled fashion

2016-10-04 Thread Tushar Gosavi
Hi Priyanka, tuples stored in HFile will not be replayed in same order at the output as HFile will save tuples in different order. If order is important then you could use org.apache.apex.malhar.lib.wal.FileSystemWAL which is like a on-disk queue. Or your could directly use more high level

Re: Writing to external systems in reconciled fashion

2016-09-29 Thread Priyanka Gugale
Hi, Please refer to this link for earlier discussion reference: https://lists.apache.org/list.html?dev@apex.apache.org -Priyanka On Thu, Sep 29, 2016 at 5:46 PM, Priyanka Gugale wrote: > Dear community, > > We had a discussion >

Writing to external systems in reconciled fashion

2016-09-29 Thread Priyanka Gugale
Dear community, We had a discussion before about having reconciler for writing to JDBC output operator. I am proposing to write a reconciler plugin which should be generic