Re: Implement an asynchronous write commit callback

2020-07-24 Thread wangxianghu
t; it's great. >>> >>> >>> >>> 957029...@qq.com >>> >>> From: wangxianghu >>> Date: 2020-07-23 21:02 >>> To: dev@hudi.apache.org >>> Subject: Implement an asynchronous write commit callback >>> Hi all, &g

Re: Implement an asynchronous write commit callback

2020-07-23 Thread Gary Li
Date: 2020-07-23 21:02 > > To: dev@hudi.apache.org > > Subject: Implement an asynchronous write commit callback > > Hi all, > > Currently, a write callback service implemented in HTTP has been merged, > > it will issue an HTTP request to inform downstream that a write commi

Re: Implement an asynchronous write commit callback

2020-07-23 Thread vino yang
Date: 2020-07-23 21:02 > To: dev@hudi.apache.org > Subject: Implement an asynchronous write commit callback > Hi all, > Currently, a write callback service implemented in HTTP has been merged, > it will issue an HTTP request to inform downstream that a write commit has > been executed suc

Re: Implement an asynchronous write commit callback

2020-07-23 Thread 957029...@qq.com
+1. it's great. 957029...@qq.com From: wangxianghu Date: 2020-07-23 21:02 To: dev@hudi.apache.org Subject: Implement an asynchronous write commit callback Hi all, Currently, a write callback service implemented in HTTP has been merged, it will issue an HTTP request to inform downstream

Implement an asynchronous write commit callback

2020-07-23 Thread wangxianghu
Hi all, Currently, a write callback service implemented in HTTP has been merged, it will issue an HTTP request to inform downstream that a write commit has been executed successfully!User can leverage this notification to do some cascaded incremental processes. But, this implementation is