We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a980874 commit 9ca1765Copy full SHA for 9ca1765
README.md
@@ -1,12 +1,14 @@
1
-# upring-pubsub
+# UpRing-PubSub
2
3
[![npm version][npm-badge]][npm-url]
4
[![Build Status][travis-badge]][travis-url]
5
[![Coverage Status][coveralls-badge]][coveralls-url]
6
7
PubSub system built on top of an [UpRing][upring] consistent hashring.
8
-See [MQEmitter][mqemitter] for the actual
9
-API.
+UpRingPubSub is consistently available, so it can lose messages when the topology changes.
+However, it is massively scalable.
10
+
11
+See [MQEmitter][mqemitter] for the actual API.
12
13
[](https://github.com/feross/standard)
14
0 commit comments