From e1b319347bbbe7c8acd978ac28b912beb9a5fa9c Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Fri, 21 Oct 2016 17:14:00 +0700 Subject: [PATCH] Remove redundant 'the' Change-Id: Iae8c2b4904eeaa50210eff63e5ec41ae8a8bdee4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f207671..d467caea 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Although the Persister isn't primarily a Web service it uses DropWizard, https:/ The basic design of the Persister is to have one Kafka consumer publish to a Disruptor, https://github.com/LMAX-Exchange/disruptor, that has output processors. The output processors use prepared batch statements to write to the Metrics and Alarms database. -The number of output processors/threads in the Persister can be specified to scale to more messages. To horizontally scale and provide fault-tolerance any number of Persisters can be started as consumers from the the Message Queue. +The number of output processors/threads in the Persister can be specified to scale to more messages. To horizontally scale and provide fault-tolerance any number of Persisters can be started as consumers from the Message Queue. # Build