Skip to content

Centralized Server with BullMQ vs. Direct Connections to Redis Across Microservices #1980

Answered by manast
ramiloif asked this question in Q&A
Discussion options

You must be logged in to vote

As you suggest, the advantage of implementing a "proxy" server is that other servers written in different languages can also interact with the queues. However, it is much easier to just use BullMQ directly connected to one or several Redis instances. I would start with the latter and then if needed in the future build a proxy service for the services that require it.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ramiloif
Comment options

@manast
Comment options

@ramiloif
Comment options

@manast
Comment options

Answer selected by ramiloif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants