Polish "Consider RecordFilterStrategy in Kafka auto-configuration"

See gh-22973
This commit is contained in:
Stephane Nicoll
2020-08-17 13:50:01 +02:00
parent f68dfde35e
commit 8c0318edc7
4 changed files with 49 additions and 26 deletions

View File

@@ -5725,7 +5725,7 @@ The following component creates a listener endpoint on the `someTopic` topic:
----
If a `KafkaTransactionManager` bean is defined, it is automatically associated to the container factory.
Similarly, if a `ErrorHandler`, `AfterRollbackProcessor` or `ConsumerAwareRebalanceListener` bean is defined, it is automatically associated to the default factory.
Similarly, if a `RecordFilterStrategy`, `ErrorHandler`, `AfterRollbackProcessor` or `ConsumerAwareRebalanceListener` bean is defined, it is automatically associated to the default factory.
Depending on the listener type, a `RecordMessageConverter` or `BatchMessageConverter` bean is associated to the default factory.
If only a `RecordMessageConverter` bean is present for a batch listener, it is wrapped in a `BatchMessageConverter`.