如何配置 Spring Cloud Stream (Kafka) 应用程序以在 Confluent Cloud 中自动创建主题?

How can I configure a Spring Cloud Stream (Kafka) application to autocreate the topics in Confluent Cloud?

有没有办法允许(Spring Cloud Stream)应用程序在 Confluent Cloud 中自动创建他们需要的主题?

到目前为止,我不得不手动创建它们,当您考虑还必须设置更新日志主题时,这很容易出错。

活页夹 属性 autoCreateTopicstrue by default。所以主题应该自动创建,(除非代理权限不允许它 - 但我希望在这种情况下在日志中看到错误)。

还有一个属性 autoAddPartitions默认为false。