I'm using spring-cloud-starter-stream-kafka
to create a Kafka consumer binding and I've configured spring.cloud.stream.bindings.input.consumer.autoStartup
to false
I want to know what I have to inject at which time to start the binder (for example through a configuration which is enabled by property). I was not able to find any documentation about this.
Thanks.