Debezium创建OpenGauss连接器失败

Debezium创建OpenGauss连接器失败

Docker容器安装

OpenGauss版本:opengauss:7.0.0-RC1

Debezium版本:debezium-connect:2.7.3.final

错误信息:

{
    "error_code": 400,
    "message": "Connector configuration is invalid and contains the following 1 error(s):
Error while validating connector config: Cannot connect to a version of Postgres lower than 9.4
You can also find the above list of errors at the endpoint `/connector-plugins/{connectorType}/config/validate`"
}

现在又其他版本可以使用吗,目前无法解决内部版本的问题,无法创建连接器,是否有兼容的版本

在上面链接中编写了详细内容,请移步上面链接查看

debezium connector postgresql不能直接连接openGauss,社区基于debezium1.8.1.final的postgresql connector实现了自己的opengauss connector,仓库地址:

使用指导: