+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
