How do we structure RabbitMQ for writes to Postgres
Closed this issue · 1 comments
deepaktina commented
In proposed architecture, are you envisioning RabbitMQ use solely as simple Produce/Consume based flow or different queues/exchanges for different kind of data? if this is simple produce/consume case - then would Kafka would be better choice?
hagnat commented
I proposed the use of RabbitMQ because it was the one i had more experience with, but any queueing system will do the trick. The proposed architecture is mostly produce/consume, so i don't see any reason for me to change to anything more robust than that beyond the opportunity of studying that technology