I have a spring boot kafka consumer.
I'm trying to apply this property spring.kafka.consumer.fetch-min-size=524288000 through application.properties.
Other properties are reflecting but not this property. Here's the properties used by spring boot
The property spring.kafka.consumer.fetch-min-size in application.properties should set fetch.min.bytes but it's being set to 1.


