debezium

Can't connect Debezium 0.9.2 to a SQL Server 2008 R2

两盒软妹~` 提交于 2021-01-27 11:47:02
问题 When I'm trying to connect Debezium to my SQL Server database after enable CDC feature, I have this error message : java.lang.RuntimeException: Couldn't obtain database name, at io.debezium.connector.sqlserver.SqlServerConnection.retrieveRealDatabaseName(SqlServerConnection.java:364), at io.debezium.connector.sqlserver.SqlServerConnection.<init>(SqlServerConnection.java:84), at io.debezium.connector.sqlserver.SqlServerConnectorTask.start(SqlServerConnectorTask.java:86), at io.debezium

debezium/zookeeper port 2181 closed

心不动则不痛 提交于 2021-01-01 07:00:06
问题 I have a running Zookeeper instance from the https://hub.docker.com/r/debezium/zookeeper:1.2 image and my Compose file: version: "3.7" services: zookeeper: image: debezium/zookeeper:1.2 ports: - "2181:2181" - "2888:2888" - "3888:3888" networks: common: volumes: - "~/dev/docker/projects/debezium/volumes/zookeeper/data:/zookeeper/data" - "~/dev/docker/projects/debezium/volumes/zookeeper/txns:/zookeeper/txns" - "~/dev/docker/projects/debezium/volumes/zookeeper/conf:/zookeeper/conf" - "~/dev

no viable alternative at input 'CREATE TABLE

和自甴很熟 提交于 2020-12-13 02:59:51
问题 I can't add a MySQL connector with the command: curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" localhost:8083/connectors/ -d '{ "name": "useraccount-connector", "config": { "connector.class": "io.debezium.connector.mysql.MySqlConnector", "tasks.max": "1", "database.hostname": "mysql", "database.port": "3306", "database.user": "debezium", "database.password": "dbz", "database.server.id": "1234", "database.server.name": "mylocaldb", "database.whitelist":

Kafka Connect failed to add MySqlConnector

末鹿安然 提交于 2020-07-07 07:28:06
问题 I need someone's help. I follow a tutorial Streaming Data from MySQL into Kafka with Kafka Connect and Debezium but I have the trouble connecting MySql to Kafka server using Debezium MySQL Connector. Here is my setup and other information. OS : Windows 10. Kafka Connect : Confluent 5.0. MySQL Connector : 0.8.1 Final. I keep files . I add the plugins path When I tried connecting to Kafka Connect, It returned me an error. "Failed to find any class that implements Connector and which name

Debezium: No maximum LSN recorded in the database; please ensure that the SQL Server Agent is running

て烟熏妆下的殇ゞ 提交于 2020-06-01 06:25:47
问题 This question is related to: Debezium How do I correctly register the SqlServer connector with Kafka Connect - connection refused In Windows 10, I have Debezium running on an instance of Microsoft SQL Server that is outside of a Docker container. I am getting the following warning every 390 milliseconds: No maximum LSN recorded in the database; please ensure that the SQL Server Agent is running [io.debezium.connector.sqlserver.SqlServerStreamingChangeEventSource] I checked Debezium's code on

debezium could not access file “decoderbufs” using postgres 11 with default plugin pgoutput

喜欢而已 提交于 2020-05-29 07:33:50
问题 I'm new to kafka, I'm trying to use the debezium postgres connector. but even using postgres version 11 with the standard plugin I get this error: org.apache.kafka.connect.errors.ConnectException: org.postgresql.util.PSQLException: ERROR: could not access file "decoderbufs": No such file or directory To run kafka / debezium I'm using the image of the fast-data-dev docker as you can see below # this is our kafka cluster. kafka-cluster: image: landoop/fast-data-dev:latest environment: ADV_HOST:

debezium could not access file “decoderbufs” using postgres 11 with default plugin pgoutput

一个人想着一个人 提交于 2020-05-29 07:33:39
问题 I'm new to kafka, I'm trying to use the debezium postgres connector. but even using postgres version 11 with the standard plugin I get this error: org.apache.kafka.connect.errors.ConnectException: org.postgresql.util.PSQLException: ERROR: could not access file "decoderbufs": No such file or directory To run kafka / debezium I'm using the image of the fast-data-dev docker as you can see below # this is our kafka cluster. kafka-cluster: image: landoop/fast-data-dev:latest environment: ADV_HOST: