mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-24 03:18:35 +08:00
update 优化 kafka 示例 支持自动创建 topic
This commit is contained in:
@@ -33,6 +33,8 @@ spring:
|
||||
streams:
|
||||
properties:
|
||||
application.id: kafka-streams-id # 应用ID
|
||||
properties:
|
||||
auto.create.topics.enable: true # 开启自动创建话题功能,默认是false,根据需要设置
|
||||
|
||||
--- # rocketmq 配置
|
||||
rocketmq:
|
||||
|
||||
Reference in New Issue
Block a user