topcoder-platform / tc-notifications

4 stars 15 forks source link

[Connect] Get rid of connect specific consumers and use generic one #195

Open maxceem opened 4 years ago

maxceem commented 4 years ago

Form @vikasrohit

we might need to get rid of connect specific consumers https://github.com/topcoder-platform/tc-notifications/tree/dev/connect and instead use the generic consumer as it's done for other notifications https://github.com/topcoder-platform/tc-notifications/blob/dev/consumer.js

vikasrohit commented 4 years ago

@sachin-maheshwari do you think we can now move Connect specific consumer to the generic consumer? It would be great if you can share the details about procedure to do so?