GH-31: Document ProducerListener
(cherry picked from commit 67779a7)
This commit is contained in:
committed by
Artem Bilan
parent
17d8f081b4
commit
03479eb851
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user