-
-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
Currently we have some events open in OC, but those are not enough, some events may be an intermediate process,
for example, we get an object and try UpdateAsync first, the object state is then saved to the state manager.
Then call some validation function ValidateAsync in OC
Then publish it
We cannot tell if a Save is the last one to be committed to the database
So my suggestion is to expose some events externally through YesSql's series of IIndexCmmand types
Used to notify external programs that the object has been committed to the database,
You can perform subsequent operations
For example, update the Lucene index and create a custom index table (this is what I am working on 😅 )
Metadata
Metadata
Assignees
Labels
No labels