From e152d0c07376297f5b1d9b909e7e6f2cea65ff5b Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Tue, 20 Mar 2018 12:22:59 -0500 Subject: [PATCH] Correcting my own error I inadvertently added a word (I had two sentences in mind and got parts of both of them). Resolves #341 --- .../src/main/asciidoc/dlq.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/dlq.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/dlq.adoc index 31ee979e9..cd03abfd5 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/dlq.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/dlq.adoc @@ -10,7 +10,7 @@ It terminates when no messages are received for 5 seconds. The examples assume the original destination is `so8400out` and the consumer group is `so8400`. -There are a couple of use strategies to consider: +There are a couple of strategies to consider: * Consider running the rerouting only when the main application is not running. Otherwise, the retries for transient errors are used up very quickly.