Spring Cloud Stream配置
2024-01-10 14:39 更新
您可以为Google Cloud Pub / Sub配置Spring Cloud Stream Binder,以自动生成基础资源,例如针对生产者和消费者的Google Cloud Pub / Sub主题和订阅。为此,您可以使用spring.cloud.stream.gcp.pubsub.bindings.<channelName>.<consumer|producer>.auto-create-resources
属性,该属性默认情况下处于打开状态。
从版本1.1开始,可以为所有绑定全局配置这些和其他绑定程序属性,例如spring.cloud.stream.gcp.pubsub.default.consumer.auto-create-resources
。
如果您正在Spring Cloud GCP Pub / Sub Starter中使用发布/订阅自动配置功能,则应参考配置部分中的其他发布/订阅参数。
要将绑定程序与正在运行的仿真器一起使用,请通过
spring.cloud.gcp.pubsub.emulator-host
配置其主机和端口。
以上内容是否对您有帮助:
更多建议: