New ask Hacker News story: What are some good text books or resources on streaming and queues?

What are some good text books or resources on streaming and queues?
2 by mfbx9da4 | 0 comments on Hacker News.
I have never used Kafka or had to maintain queues with more than a hundred jobs per hour. Most of the jobs queues I've had to maintain are doing simple things like sending emails or updating a third party API. I've always resorted to simpler distributed redis based job queues such as kue [0], bull [1], celery [2] or resque [3]. I would like to learn more about distributed queues and architectures from first principles. Where is a good place to go? [0] https://ift.tt/19hQ6SQ [1] https://ift.tt/1jjqwk4 [2] https://ift.tt/XeeI2W [3] https://ift.tt/18TUTJ9

Comments