简体   繁体   English

Kafka JDBC Sink 连接器与 PostgreSQL 12 兼容吗?

[英]Kafka JDBC Sink Connector compatibly works with PostgreSQL 12?

I'm looking for the documentation mentioned the compatible databases that Kafka JDBC Sink Connector (developed by Confluent) is working well with.我正在寻找文档中提到的 Kafka JDBC Sink Connector(由 Confluent 开发)工作良好的兼容数据库。 However, I cannot see any documentations mention that one.但是,我看不到任何文件提及该文件。

I'm seeing the insertion performance issue after upgrading our database to Postgres 12 from Postgres 9.5.在将我们的数据库从 Postgres 9.5 升级到 Postgres 12 后,我看到了插入性能问题。 Wondering if that's caused by the current JDBC Connector version we're using or any other things.想知道这是否是由我们正在使用的当前 JDBC 连接器版本或任何其他原因引起的。

Please give me your advice.请给我你的建议。

You should be able to infer what databases are supported from the source code that specifies what driver versions are used您应该能够从指定使用哪些驱动程序版本的源代码中推断出支持哪些数据库

https://github.com/confluentinc/kafka-connect-jdbc/blob/master/pom.xml#L59 https://github.com/confluentinc/kafka-connect-jdbc/blob/master/pom.xml#L59

You can also look at the dialects available您还可以查看可用的方言

https://github.com/confluentinc/kafka-connect-jdbc/tree/master/src/main/java/io/confluent/connect/jdbc/dialect https://github.com/confluentinc/kafka-connect-jdbc/tree/master/src/main/java/io/confluent/connect/jdbc/dialect

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 kafka-connect JDBC PostgreSQL Sink Connector 显式定义 PostgrSQL 模式(命名空间) - kafka-connect JDBC PostgreSQL Sink Connector explicitly define the PostgrSQL schema (namespace) 使用卡夫卡 jdbc 接收器连接器以普通 json 格式将数据加载到 postgresql - Loading data in plain json format to postgresql using kafka jdbc sink connector Kafka JDBC 接收器连接器未访问正确的连接器配置 - Kafka JDBC sink connector does not access the correct connector configurations Kafka Connect-JSON转换器-JDBC Sink连接器-列类型JSON - Kafka Connect - JSON Converter - JDBC Sink Connector - Column Type JSON 最后kafka连接器jdbc-sink语法错误 - kafka connector jdbc-sink syntax error at the end 无法使用 Kafka JDBC 接收器连接器将数据加载到 Postgres - Unable to load data to Postgres using Kafka JDBC Sink Connector 从 MySQL 数据库到 PostgreSQL 数据库的 KsqlDB 中 JDBC Sink Connector 的配置 - Configuration of JDBC Sink Connector in KsqlDB from MySQL database to PostgreSQL database kafka连接器如何为postgresql和mysql数据库工作 - How kafka connector works for postgresql and mysql database 无法使用 JDBC kafka-sink-connector 将 kafka 主题数据写入 postgres DB - Unable to write kafka topic data into postgres DB using JDBC kafka-sink-connector Kafka jdbc 到 Postgres 的接收器连接器因“未实现跨数据库引用”而失败 - Kafka jdbc sink connector to Postgres failing with "cross-database references are not implemented"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM