NO-JIRA further clarify clustered grouping
This commit is contained in:
parent
bff242bba7
commit
9791a96c58
|
@ -255,9 +255,11 @@ increase message throughput by adding consumers which can process messages
|
||||||
concurrently. But since the message groups are ordered the messages in each group
|
concurrently. But since the message groups are ordered the messages in each group
|
||||||
cannot be consumed concurrently which defeats the purpose of horizontal scaling.
|
cannot be consumed concurrently which defeats the purpose of horizontal scaling.
|
||||||
|
|
||||||
If you've evaluated your overall use-case with these design caveats in mind and
|
**Clustered grouping is not recommended** for these reasons.
|
||||||
determined that clustered grouping is still viable read on for all the
|
|
||||||
configuration details and best practices.
|
However, if you've evaluated your overall use-case with these design caveats in
|
||||||
|
mind and have determined that clustered grouping is still viable then read on for
|
||||||
|
all the configuration details and best practices.
|
||||||
|
|
||||||
### Clustered Grouping Configuration
|
### Clustered Grouping Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue