测试环境
oceanbase 4.5.0.0
obbinlog V4.3.5
在oceanbase 4.3.5的时候成功
切换到上面的环境就报unsupported protocol version:18944
使用
implementation(“com.oceanbase.logclient:logproxy-client:1.1.0”)
implementation(“com.oceanbase:oblogclient-logproxy:1.1.3”)
这两个依赖去订阅binlog都失败了,在maven hub上能找到的最新的包
尝试使用别的依赖包,成功了,binlog服务是正常的,
想问下有没有官方包