We have created kafka topics with default replication-factor as 1, to update this we have added property spring.cloud.stream.kafka.binder.replication-factor: 3 in application.yaml which has no reflect on created topics in kafka.
spring cloud stream version used is Germantown.SR1