From 0ccb8d27fe6998db2ae71565bb58865567dea56c Mon Sep 17 00:00:00 2001 From: Adam Peacock Date: Mon, 14 Oct 2019 11:00:42 -0400 Subject: [PATCH] Wording change I think this makes the sentence a little easier to read. --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 892bc31..9ba0240 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -37,7 +37,7 @@ By default security is disabled but can be turned on as needed. The Logstash Kafka consumer handles group management and uses the default offset management strategy using Kafka topics. -Logstash instances by default form a single logical group to subscribe to Kafka topics +By default, Logstash instances form a single logical group to subscribe to Kafka topics. Each Logstash Kafka consumer can run multiple threads to increase read throughput. Alternatively, you could run multiple Logstash instances with the same `group_id` to spread the load across physical machines. Messages in a topic will be distributed to all Logstash instances with