Former-commit-id: 2208602fad9fdbf9c87b1f390121a5ad9959e333 Former-commit-id: ea2736c86b6226554ebd361d99820de21a0c29af1.0
parent
d9725054cc
commit
d8932dd800
@ -1 +1 @@
|
|||||||
curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" http://localhost:8083/connectors/ -d @config.json
|
curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" http://debezium:8083/connectors/ -d @config.json
|
@ -1,19 +0,0 @@
|
|||||||
--创建数据库
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CREATE ROUTINE LOAD db1.job1 on tbl1
|
|
||||||
PROPERTIES
|
|
||||||
(
|
|
||||||
"desired_concurrent_number"="1"
|
|
||||||
)
|
|
||||||
FROM KAFKA
|
|
||||||
(
|
|
||||||
"kafka_broker_list"= "broker1:9091,broker2:9091",
|
|
||||||
"kafka_topic" = "my_topic",
|
|
||||||
"property.security.protocol" = "ssl",
|
|
||||||
"property.ssl.ca.location" = "FILE:ca.pem",
|
|
||||||
"property.ssl.certificate.location" = "FILE:client.pem",
|
|
||||||
"property.ssl.key.location" = "FILE:client.key",
|
|
||||||
"property.ssl.key.password" = "abcdefg"
|
|
||||||
);
|
|
Loading…
Reference in new issue