learnku

Results 2 issues of learnku

* **dble version:** * 3.22.01.0 * **configs:** **cluster.cnf** ``` clusterEnable=false ``` **bootstrap.cnf** ``` -DhomePath=/mnt_backup/dble -DinstanceName=1 -DinstanceId=1 -DbindIp=0.0.0.0 -DserverPort=8066 -DmanagerPort=9066 ``` **db.xml** ``` show slave status false false true show slave...

有这样一个需求: 在 spring boot 项目中,我想通过 yml 配置文件控制消费 listener 是否启用,即:增加参数 rocketmq.enabled = false,时 stop consumer ,我应该怎么做? ![1650818824(1)](https://user-images.githubusercontent.com/39984893/164987344-1db3a3af-2892-4d84-a192-0d79180e2561.jpg)

question