Re: Implement an asynchronous write commit callback

2020-07-29 Thread wangxianghu
20 at 7:23 PM vino yang wrote: >>> >>>> +1 as well >>>> >>>> We can introduce an async mode to provide a pub-sub model so that we can >>>> integrate with other systems. >>>> >>>> Best, >>>> Vino >&g

Re: Implement an asynchronous write commit callback

2020-07-28 Thread Vinoth Chandar
; > >> +1 as well > >> > >> We can introduce an async mode to provide a pub-sub model so that we can > >> integrate with other systems. > >> > >> Best, > >> Vino > >> > >> 957029...@qq.com <957029...@qq.com> 于20

Re: Implement an asynchronous write commit callback

2020-07-23 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 al

Re: Implement an asynchronous write commit callback

2020-07-23 Thread Gary Li
o that we can > integrate with other systems. > > Best, > Vino > > 957029...@qq.com <957029...@qq.com> 于2020年7月23日周四 下午9:05写道: > > > +1. > > it's great. > > > > > > > > 957029...@qq.com > > > > From: wangxianghu >

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 execute

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 sync