GH-946: Detect Unnecessary Replying Template

Resolves https://github.com/spring-projects/spring-kafka/issues/946
This commit is contained in:
Gary Russell
2019-02-08 12:49:33 -05:00
committed by Artem Bilan
parent ee240006b3
commit c5b2ee47cb
2 changed files with 14 additions and 1 deletions

View File

@@ -735,7 +735,7 @@ Aside from the logs, there was no indication that there was a problem.
To restore the previous behavior, you canset the property to `false`.
[[using-ConcurrentMessageListenerContainer]]
====== Using`ConcurrentMessageListenerContainer`
====== Using `ConcurrentMessageListenerContainer`
The single constructor is similar to the first `KafkaListenerContainer` constructor.
The following listing shows the constructor's signature: