GH-31: Document ProducerListener

(cherry picked from commit 67779a7)
This commit is contained in:
Gary Russell
2016-03-10 16:17:01 -05:00
committed by Artem Bilan
parent 17d8f081b4
commit 03479eb851

View File

@@ -76,6 +76,9 @@ The template can also be configured using standard `<bean/>` definitions.
Then, to use the template, simply invoke one of its methods.
Optionally, you can configure the `KafkaTemplate` with a `ProducerListener` to get an async callback with the
results of the send (success or failure) instead of waiting for the `Future` to complete.
==== Receiving Messages
Messages can be received by configuring a `MessageListenerContainer` and providing a `MessageListener`, or by