OceanBase采用FlinkCDC同步增量数据有Unsupported protocol version: 19968报错

【 使用环境 】测试环境
【 OB or 其他组件 】OceanBase+OBProxy+OB-Configserver+OBLogProxy+flink cdc
【 使用版本 】4.2.1+4.2.1+1.0.0+2.0.0.+ 2.3
【问题描述】使用flink cdc采集OB的增量数据,配置连接后出现如下报错:
麻烦大佬帮忙看下

flink cdc报错

2024-03-19 19:00:42.280 [Thread-8] INFO ClientStream - Reconnect successfully

2024-03-19 19:00:42.281 [log-proxy-client-worker-1-thread-1] INFO ClientHandler - ClientId: 10.164.150.135_49790_1710846013_1_obtest_t1: rootserver_list=192.168.194.141:2882:2881, cluster_user=cdccro_user@obtest_t1, cluster_password=******, tb_white_list=obtest_t1.cdc_test.studenttest_cdc, tb_black_list=|, start_timestamp=0, timezone=+00:00, working_mode=storage connecting LogProxy: 192.168.194.141:2983

2024-03-19 19:00:42.346 [log-proxy-client-worker-1-thread-1] ERROR ClientHandler - buffer: PooledUnsafeDirectByteBuf(ridx: 0, widx: 82, cap: 2048)

2024-03-19 19:00:42.347 [log-proxy-client-worker-1-thread-1] ERROR ClientHandler - Unsupported protocol version: 19968

2024-03-19 19:00:42.350 [log-proxy-client-worker-1-thread-1] ERROR ClientHandler - Exception occurred ClientId: 100.xxx.xxx.xxx_49790_1710846013_1_obtest_t1: rootserver_list=192.168.194.141:2882:2881, cluster_user=cdccro_user@obtest_t1, cluster_password=******, tb_white_list=obtest_t1.cdc_test.studenttest_cdc, tb_black_list=|, start_timestamp=0, timezone=+00:00, working_mode=storage, with LogProxy: 192.168.194.141:2983

com.oceanbase.clogproxy.client.exception.LogProxyClientException: Unsupported protocol version: 19968

at com.oceanbase.clogproxy.client.connection.ClientHandler.checkHeader(ClientHandler.java:320) ~[logproxy-client-1.0.6-SNAPSHOT.jar:na]

at com.oceanbase.clogproxy.client.connection.ClientHandler.handleHeader(ClientHandler.java:230) ~[logproxy-client-1.0.6-SNAPSHOT.jar:na]

logproxy.log 报错:
[2024-03-19 19:00:39] [info] status_thread.cpp(81): METRICS:[CLIENT_ID:/home/admin/OceanBase/oblogproxy/run/obcluster/obtest_t1][PID:21826][MEM:1044/32013MB,0%][UDISK:0/503835MB,10.13%][CPU:8,115.4%][NETIO:0KB/s,54KB/s]

[2024-03-19 19:00:42] [info] event_dispatch.cpp(43): On connect from [,]192.168.194.141:2983-192.168.175.127:40956/9

[2024-03-19 19:00:42] [error] connection.cpp(120): Unexpected seq num, expected value is 1, actual value is 51

[2024-03-19 19:00:42] [info] connection.cpp(62): Closed connection [,]192.168.194.141:2983-192.168.175.127:40956/9

[2024-03-19 19:00:52] [info] status_thread.cpp(62): METRICS:[MEM:13940/32013MB,43.55%][UDISK:51037/503835MB,10.13%][CPU:8,11.91%][LOAD1,5:133%,133%][NETIO:57KB/s,58KB/s]

[2024-03-19 19:00:52] [info] status_thread.cpp(81): METRICS:[CLIENT_ID:/home/admin/OceanBase/oblogproxy][PID:22116][MEM:5/32013MB,0%][UDISK:1522/503835MB,10.13%][CPU:8,0%][NETIO:0KB/s,58KB/s]

你好 请问找到问题了吗 我也出现了和你一样的错误

我也遇到了