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
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.
The text was updated successfully, but these errors were encountered:
Related issue #472. We might not need to do anything for this issue when we close #472.
Right, this issue is a particular case of the bigger task we have: Notification should be handled using our new standard Kafka events and old custom events should be removed (this is task 9 in the list of after V5 migration tasks #435).
It should raise only one kafka bus event, right now we are raising two events:
We should identify the places where
connect.notification.project.created
is still being used and get rid of it by using the new event standardproject.action.create
.The text was updated successfully, but these errors were encountered: