Closed
Bug 1452717
Opened 7 years ago
Closed 6 years ago
Support Message Brokers other than RabbitMQ
Categories
(Socorro :: Processor, task)
Socorro
Processor
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: brian, Unassigned)
References
Details
This is just an idea.
Socorro uses RabbitMQ for pigeon to communicate crashes id to the processor. It talks to RabbitMQ via the Pika library. Ideally, we would be able to replace RabbitMQ by an AWS-managed service like Elasticache (redis) or SQS. One way to get us there would be to swap out Pika with Kombu, since it supports using RabbitMQ, Redis, or SQS.
https://github.com/mozilla-services/socorro/search?l=Python&q=pika&type=
https://pika.readthedocs.io/en/0.10.0/
https://github.com/celery/kombu
Updated•7 years ago
|
Comment 1•6 years ago
|
||
This isn't a bad idea, however we're planning to switch to Pub/Sub soon (bug #1518281) and we won't use kombu.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•