Commit 167440ad authored by 吴文龙's avatar 吴文龙

fix

parent 221f09ce
# 激活边端
curl --location --request POST 'http://localhost:8083/connectors' \
--header 'Content-Type: application/json' \
--data-raw '{
curl -X POST 'http://localhost:8083/connectors' \
-H 'Content-Type: application/json' \
-D '{
"name": "inventory-connector-v3",
"config": {
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
......@@ -24,5 +24,5 @@ curl -X GET 'http://localhost:8083/connectors/inventory-connector-v3'
curl --location --request GET 'http://localhost:8083/connectors/inventory-connector-v3/status'
# 删除
curl --location --request DETELE 'http://localhost:8083/connectors/inventory-connector-v3'
curl -X DETELE 'http://localhost:8083/connectors/inventory-connector-v3'
curl --location --request DELETE 'http://localhost:8083/connectors/inventory-connector-v3'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment