topcoder-platform / challenge-forum-processor

0 stars 3 forks source link

Clean up the rocket chat client usage #6

Closed jmgasper closed 4 years ago

jmgasper commented 4 years ago

Right now, in the PoC, a new rocketChatClient is set up for every single message. This isn't ideal - we should try to create one client and reuse that for all messages, similar to how the kafka usage is handled.