- Notifications
You must be signed in to change notification settings - Fork408
Open
Description
Is your feature request related to a problem? Please describe.
We purpose to adding notification mechanism for transactions. Currently Pravega don't have notification mechanism for transaction. After committing/aborting the transaction, we need to explicitly check the status of the transaction by callingcheckStatus API.
Describe the solution you'd like
Add notification mechanism in transaction, so that as soon as transaction commit/abort successfully it can notify the caller. Caller doesn't require to explicitly call any other API to check the status of transaction.
Describe alternatives you've considered
N/A
Additional context
N/A