Open
Description
It should raise only one kafka bus event, right now we are raising two events:
- project.action.create
- connect.notification.project.created
We should identify the places where connect.notification.project.created
is still being used and get rid of it by using the new event standard project.action.create
.