rocketzhang

Results 5 comments of rocketzhang

我目前是这么修改的: **1、limit/config.go** ![image](https://user-images.githubusercontent.com/11608532/181242918-4e346bb3-6be8-4c22-9cc6-4a65c50017d5.png) **2、limit/limiter.go** ![image](https://user-images.githubusercontent.com/11608532/179947948-96e4fd1b-2935-4de2-a161-e31db9594ff5.png) ![image](https://user-images.githubusercontent.com/11608532/181243172-48781e6b-65bc-41e6-800a-7cf62bd950e3.png) **3、limit/interceptor.go** ![image](https://user-images.githubusercontent.com/11608532/179948163-f707250a-8578-4c38-be84-2c6bc518c6bd.png) ![image](https://user-images.githubusercontent.com/11608532/179948209-9d414360-796b-4453-a926-d2092d47237c.png)

我也不确定,我看vector是支持的

> 对 MySQL 的数据做告警规则管理,可以尝试 https://flashcat.cloud/product/flashduty/ 。夜莺开源版本暂无计划支持 MySQL Datasource 我在Flashduty中,怎么没有找到关于MySQL数据源的支持

> 目前 OceanBase 的 Binlog 服务里只处理了 `WRITE_ROWS_EVENT = 30` ,我看了下 go-mysql 里的类型定义,应该是对应着 WRITE_ROWS_EVENTv2 的。 https://github.com/oceanbase/oblogproxy/blob/v4/src/binlog/oblogevent_type.h > > 您是用的哪个版本的 OceanBase 和 oblogproxy 组件,以及能确认 panic 的逻辑在 go-mysql 哪部分吗? 我用的Oceanbase版本是:4.2.4 因为我采用goInception做binlog订阅,并基于它生成操作语句回滚,比如,我在做insert的时候,应该是走到这个分支的: https://github.com/hanchuanchuan/goInception/blob/master/session/parser.go#L338 但始终走不到这里

还有一个问题,obproxy 与 oblogproxy,两者有什么区别? 因为我们这边正在试用oceanbase企业版,我不是很了解