+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 [email protected] <[email protected]> 于2020年7月23日周四 下午9:05写道: > +1. > it's great. > > > > [email protected] > > From: wangxianghu > Date: 2020-07-23 21:02 > To: [email protected] > 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 successfully!User can leverage this notification to do some > cascaded incremental processes. > > But, this implementation is synchronous, user must consume this > notification immediately. This might not be what user wants. > > So, I'd like to implement an asynchronous one,implemented by Kafka for > example. user can consume the callback message as long as they want, no > need to act immediately. > > WDYT? any feedback are appreciated :) > > Best > Mathieu > >
