Spring Boot Kafka Consumer Property not applying

Viewed 45

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

enter image description here

The property spring.kafka.consumer.fetch-min-size in application.properties should set fetch.min.bytes but it's being set to 1.

Spring Boot Version: 2.7.2 enter image description here Kafka Client Version: 2.9.0 enter image description here

0 Answers
Related