Skip to content

Two events (different topics) are generated for project creation #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vikasrohit opened this issue Feb 13, 2020 · 2 comments
Open

Two events (different topics) are generated for project creation #473

vikasrohit opened this issue Feb 13, 2020 · 2 comments
Labels

Comments

@vikasrohit
Copy link

It should raise only one kafka bus event, right now we are raising two events:

  1. project.action.create
  2. 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.

@vikasrohit
Copy link
Author

Related issue #472. We might not need to do anything for this issue when we close #472.

@vikasrohit vikasrohit added this to the 2.3 milestone Feb 17, 2020
@vikasrohit vikasrohit modified the milestones: 2.4, Placeholder for 2.5 May 4, 2020
@maxceem
Copy link
Contributor

maxceem commented May 14, 2020

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).

This big task includes:

So I'm removing this issue from the milestone and mark it as on hold.

@maxceem maxceem removed this from the 2.5 milestone May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants