Fixing consumer config typo in overview.adoc

ConsumerConfigCustomizer is the correct name of the interface.
This commit is contained in:
Derek Eskens
2021-08-19 09:24:07 -05:00
committed by Soby Chacko
parent 389b45d6bd
commit 6e2bc7bc87

View File

@@ -855,7 +855,7 @@ You cannot set the `resetOffsets` consumer property to `true` when you provide a
If you want advanced customization of consumer and producer configuration that is used for creating `ConsumerFactory` and `ProducerFactory` in Kafka,
you can implement the following customizers.
* ConsusumerConfigCustomizer
* ConsumerConfigCustomizer
* ProducerConfigCustomizer
Both of these interfaces provide a way to configure the config map used for consumer and producer properties.