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.

Show HN: Pub Sub Abstraction Layer for Go (WIP)

2 pointsby jakoblorzalmost 7 years ago

1 comment

jakoblorzalmost 7 years ago
Hey there! I recently implemented a pub sub backend but had to switch the pub sub broker at some point. I compiled the non-trivial parts such as subscription management into this package so that others do not have to do this work as well.<p>I am always open for tipps and PRs, especially if more broker drivers are PR&#x27;d. brokerutil currently supports redis and a loopback driver, a kafka driver is on its way!