You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
I'd definitely suggest to reconsider redis usage here. Redis is general purpose key value store, it has basic support for message broker. If we use RabbitMQ or any other MQ broker we'd have many advantages over using redis here. However if we ever come to make this decision I'd suggest newer cloud native technologies like NATS.io or NSQ.io.
NATS.io - Is now CNCF hosted project which has promising future.
NSQ.io - Is more mature and trusted by industry biggies.
RabbitMq could be used in background process and subscriptions.
htstps://github.com/cdmbase/graphql-rabbitmq-subscriptions
The text was updated successfully, but these errors were encountered: