将 Spring 云数据流与 Azure 服务总线结合使用

Using Spring Cloud Data Flow with Azure Service Bus

我正在尝试查找 Spring 云数据流和 Azure 服务总线设置的一些示例。 .

我找到了 https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-stream-binder/spring-cloud-azure-servicebus-topic-stream-binder,但它仍在 RC 中,我在那里没有看到任何示例(涵盖 Spring 云数据流)。

能否请您帮助我了解是否可以一起使用 Spring Cloud Data Flow 和 Azure Service Bus?

我能够 运行 使用 Kafka 和 RabbitMQ 的示例,但是我找不到任何关于 Azure 服务总线的信息可以用作 Spring 云数据流的集成解决方案

Spring Cloud Data Flow 不一定需要知道您为 运行 应用程序选择的消息传递层。因此,您的问题更可能与如何使用 Spring Cloud Stream.

运行 带有 Azure 服务总线的应用程序有关

这是一个这样的样本:https://docs.microsoft.com/en-us/java/azure/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub?view=azure-java-stable

使用 Spring Cloud Stream(使用 Azure 事件中心绑定器)构建应用程序后,您可以使用 Spring Cloud Data Flow 作为流式应用程序来管理这些应用程序。