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
@gondzo
When I create a post https://connect.topcoder-dev.com/projects/2000 and mention some people. I get only notifications.action.email.connect.project.topic.created event in my locally deployed tc-notifications service. It looks like mention events are not being sent to the KAFKA at all.
PS. tc-notification source code looks like it supports multiple mentions.
@maxceem We don't send mention event from message service rather tc-notifications actually parses the content of the new topic/post in case of notifications.action.email.connect.project.topic.created or notifications.action.email.connect.project.post.created events and internally changes the event type when sending email to the team members. So, yes, it does not send any event to the bus right now.
We can move that logic to tc-message-service, if that makes more sense.
@gondzo can you please take care of it?
The text was updated successfully, but these errors were encountered: