TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scaling NSQ to 750B Messages (2016)

60 pointsby tepidandroidalmost 6 years ago

5 comments

heipeialmost 6 years ago
Despite Segment using Kafka nowadays, I would encourage everyone to give NSQ a try and see if it might not already fit your use-case. For me it&#x27;s been one of those do-one-thing-well pieces of software that&#x27;s really well-engineered, where I can clearly understand how it works and what the scope of its features are.<p>NSQ is my go-to queue whenever I&#x27;m working on any kind of service, even more so when that service might be standalone. Consider deploying a service on an isolated box which frequently pushes data into the cloud. Connectivity to the cloud might be intermittent, so you just store every work item to the locally running nsq and you&#x27;re protected against network outages as well as your data-producing process crashing. Since NSQ is so easy to spin up and easy to interact with (Publish works via plain HTTP), it&#x27;s not a lot of overhead to add it to your process.
caust1calmost 6 years ago
I&#x27;m working at Segment now as a Software Engineer in Infrastructure. We just went through a big effort to remove NSQ (in favor of Kafka). Happy to answer any questions.
评论 #20682900 未加载
tgtweakalmost 6 years ago
Been using nats for a few projects lately and really enjoying it. One of the many great golang projects. Resource utilization compared to kafka is tiny.<p>Re: msq: Looks like segment are using kafka these days despite the praise for nsq in this dated article.
评论 #20682008 未加载
评论 #20682698 未加载
quxbaralmost 6 years ago
Jehiah and Matt (the original creators of NSQ) are really talented engineers, I&#x27;m glad their work is getting some love.
bruthalmost 6 years ago
Note this is from 2016
评论 #20681974 未加载