Backpressure, handled
Fast producers, slow consumers, no lost messages. The pipe absorbs the mismatch instead of falling over.
nxpipe is the streaming layer between NX nodes — ordered, backpressured, durable. The messages get there, in order, even when the far end is slow.
Fast producers, slow consumers, no lost messages. The pipe absorbs the mismatch instead of falling over.
What you send is what arrives, in the order you sent it — built on primitives proven in transaction systems.
Connect two nodes, get a pipe. No broker to babysit.
nxpipe is the data plane of the NX platform, carrying work between nxnode workers across the nxmesh fabric. The runtime is proven; the platform around it is being built in the open.