HWCloudEngine / storage-gateway

storage gateway to adapt cloud storage to replicate/snapshot/backup to other different cloud storage.
7 stars 10 forks source link

event callback mechanism lacking #22

Closed yinweiishere closed 7 years ago

yinweiishere commented 7 years ago

background: controller needs wait for entry being processed by writer. We need callback after entry persisted.

walk around: condition wait

TBD: optimize to implement callback mechanism.

yinweiishere commented 7 years ago

duplicate