You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add artifact created event based on the outbox pattern (#5274)
* Add artifact created event based on the outbox pattern
* Fire artifact create event inside the db transaction
* Add artifact metadata update event and artifact delete event
* Initial implementation for kafkasql events
* Improve test assertions
* Add group events
* Only create the event in the table if the database supports events
* Implement artifact version events
* Add rules events
* Update events test with rules tests for modifications and deletions
* Add documentation to properties
* Remove property that enables events
* Ensure that any event is sent only once
0 commit comments