Avatar of Teo Deleanu

Teo Deleanu

Developer
Recommends
on
RabbitMQRabbitMQ

I've used all of them and Kafka is hard to set up and maintain. Mostly is a Java dinosaur that you can set up and. I've used it with Storm but that is another big dinosaur. Redis is mostly for caching. The queue mechanism is not very scalable for multiple processors. Depending on the speed you need to implement on the reliability I would use RabbitMQ. You can store the frames(if they are too big) somewhere else and just have a link to them. Moving data through any of these will increase cost of transportation. With Rabbit, you can always have multiple consumers and check for redundancy. Hope it clears out your thoughts!

READ MORE
2 upvotes·1 comment·679.6K views
Alikhan Oitan
Alikhan Oitan
·
March 17th 2020 at 9:16AM

Thanks a lot for the recommendation! I will to note that!

·
Reply