在Spring Cloud Bus
(https://github.com/spring-cloud/spring-cloud-bus)的文档中提到它像
Bus starters 涵盖了Rabbit和Kafka,因为这是最常见的两种实现,但是 Spring Cloud Stream 非常灵活,并且 binder 可以与 spring-cloud-bus 结合使用。
在我的项目中,我们无法为 Rabbit 或 Kafka 维护另一个基础架构,因此我想将spring-cloud-stream-binder-aws-kinesis
(https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis)与spring-cloud-bus
. 谁能指导我该怎么做?