From 9791a96c58503674f589ce80f3036d67b29e75e9 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Fri, 11 Jun 2021 11:47:16 -0500 Subject: [PATCH] NO-JIRA further clarify clustered grouping --- docs/user-manual/en/message-grouping.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/user-manual/en/message-grouping.md b/docs/user-manual/en/message-grouping.md index 64e033bf7f..0d9042b17f 100644 --- a/docs/user-manual/en/message-grouping.md +++ b/docs/user-manual/en/message-grouping.md @@ -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 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 -determined that clustered grouping is still viable read on for all the -configuration details and best practices. +**Clustered grouping is not recommended** for these reasons. + +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