In the documentation of Spring Cloud Bus
(https://github.com/spring-cloud/spring-cloud-bus) it was mentioned like
The Bus starters cover Rabbit and Kafka, because those are the two most common implementations, but Spring Cloud Stream is quite flexible and binder will work combined with spring-cloud-bus.
In my project we can not maintain an another infrastructure for Rabbit or Kafka hence I want to use spring-cloud-stream-binder-aws-kinesis
(https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis) with spring-cloud-bus
. Can anyone guide me how can I do that??