redis-ccp-queue
Advanced tools
Comparing version
{ | ||
"name": "redis-ccp-queue", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple and lightweight Competing Consumers Pattern Queue", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -97,4 +97,4 @@ # redis-ccp-queue | ||
``` | ||
Application instances Consumer service instances pool | ||
generating messages processing messages | ||
Application instances Consumer service instances pool | ||
generating messages processing messages | ||
@@ -106,17 +106,17 @@ | ||
-------------- -------------- | ||
| Producer 2 | ---> ---> | Consumer 1 | | ||
-------------- -------------- | ||
-------------- -------------- | ||
| Producer 2 | ---> ---> | Consumer 1 | | ||
-------------- -------------- | ||
-------------- ------------------------------------- -------------- | ||
| Producer 3 | ---> | ------ ------ ------ ------ | ---> | Consumer 2 | | ||
-------------- | | M5 | | M4 | | M3 | ....> | M1 | | -------------- | ||
| ------ ------ ------ ------ | | ||
. ------------------------------------- . | ||
. Message Queue (FIFO) . | ||
. . | ||
-------------- ------------------------------------- -------------- | ||
| Producer 3 | ---> | ------ ------ ------ ------ | ---> | Consumer 2 | | ||
-------------- | | M5 | | M4 | | M3 | ....> | M1 | | -------------- | ||
| ------ ------ ------ ------ | | ||
. ------------------------------------- . | ||
. Message Queue (FIFO) . | ||
. . | ||
-------------- -------------- | ||
| Producer x | ---> ---> | Consumer n | | ||
-------------- -------------- | ||
-------------- -------------- | ||
| Producer x | ---> ---> | Consumer n | | ||
-------------- -------------- | ||
@@ -193,3 +193,4 @@ -------------- | ||
| -------------- | -------------- | -------- | | ||
| 1.1.0 | 2019-10-14 | documentation update, code cleanup, dependency bump | | ||
| 1.1.1 | 2019-10-14 | documentation update | | ||
| 1.1.0 | 2019-10-14 | code cleanup, dependency bump | | ||
| 1.0.5 | 2016-03-03 | tiny bug fix | | ||
@@ -196,0 +197,0 @@ | 1.0.4 | 2016-03-03 | correct termination of consumer on SIGINT, SIGTERM | |
258
0.39%15306
-0.44%