huanwei / rocketmq-operator

Create, operate and scale self-healing RocketMQ clusters on Kubernetes.
Apache License 2.0
57 stars 31 forks source link

如果需要更具体的配置如何传入配置 #47

Open tosptargogo opened 4 years ago

tosptargogo commented 4 years ago

看到一些简单的配置可以通过types.go里面的变量传入。 那更具体的配置如何传入呢? 比如

在发送消息时,自动创建服务器不存在的topic,默认创建的队列数

defaultTopicQueueNums=4

是否允许 Broker 自动创建Topic

autoCreateTopicEnable=true clusterTopicEnable=true brokerTopicEnable=true

是否允许 Broker 自动创建订阅组

autoCreateSubscriptionGroup=true

/triage support

huanwei commented 4 years ago

@tosptargogo 更多的配置项,可以扩展types.go,或者通过创建configmap来挂载配置文件,欢迎提pr

tosptargogo commented 4 years ago

好的 谢谢