UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Set up message queue #20

Open kylestang opened 3 weeks ago

kylestang commented 3 weeks ago

Feature Description

Create a message queue to handle websocket messages. Probably use Kafka, unless we can do it with postgres notifications

relates: #xxx blocked by: #xxx

Problem You're Trying to Solve

Stateful connections are hard and we need the messaging service to scale horizontally.

Related External Resources

no

MNThomson commented 1 week ago

Looks like Redis also supports PUBLISH