标签: spring-boot spring-cloud-stream
作为发布者,我将向项目1(凭证1)的google pubsub发布一条消息
作为订阅者,我将从项目2(凭证2)的google pubsub订阅
该解决方案目前有2个项目,仅在每个项目中编辑application.properties
spring.cloud.gcp.project-id= spring.cloud.gcp.credentials.location=file:
但是我想将代码减少到仅一个项目。 Spring Cloud Stream支持多个凭证吗?