Nested configurations(BindingProperties(ConsumerProperties and ProducerProperties)) in the BindingServiceProperties class do not work when built with native image. For this reason, the consumer and producer properties under the Bindings configuration do not work. Adding @NestedConfigurationProperty annotation on the property fields in BindingProperties. For more info see https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.advanced Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2787