1 repo
Tools for locating and tracking active message producers within a distributed messaging network.
Distinguishing note: Focuses on service discovery and producer lookup rather than general network routing.
Explore 1 awesome GitHub repository matching networking & communication · Message Discovery Services. Refine with filters or upvote what's useful.
NSQ is a distributed, brokerless messaging platform designed for high-throughput, fault-tolerant communication. By utilizing a decentralized topology, it eliminates single points of failure and allows for horizontal scaling across clusters. The system organizes message streams into topics and channels, effectively decoupling producers from consumers to support both streaming and job-oriented workloads. The platform distinguishes itself through a lookup-service-based discovery mechanism that enables clients to dynamically locate producers at runtime without requiring centralized coordination.
Locate available message producers by polling lookup services and maintaining a current list of active connections to ensure seamless communication with message instances.