XinKeng
XinKeng
### 请描述您的问题 ### kafak enable false的情况下, `meterSphere` Pod无法启动。 需要手动创建` meterSphere ServiceAccount`。 [参见metersphere/templates/05-serviceaccount.yaml](https://github.com/metersphere/helm-chart/blob/2d15794c0da19d3f7564588d2c87494ba357da26/charts/metersphere/templates/05-serviceaccount.yaml#L1-L7) ### 使用已存在的Kafka,设置values `common.kafka.host`之后, `meterSphere` Pod无法启动。 错误日志: > kafka bootstrap urls is [] > kafka No resolvable bootstrap urls...
**请描述您的需求或者改进建议.** 我有一张数据量较大的表,大约在4千万左右,全量同步耗时大约2天之后依旧未完成。 ## 建议 同步时,检测表是否有PK,有的话按照PK分段的去同步,不要直接limit。 ```SQL select * from demo where id >= 0 and id < 1000; select * from demo where id >= 1000 and id < 2000;...
### Your current Halo version main ### Describe this feature We can add this feature to the core code of the default editor,plugins can implement their own parse function in...