Commit bcdb725b authored by 吴文龙's avatar 吴文龙

fix

parent 167440ad
# 激活边端
curl -X POST 'http://localhost:8083/connectors' \
-H 'Content-Type: application/json' \
-D '{
-d '{
"name": "inventory-connector-v3",
"config": {
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
......@@ -26,3 +26,6 @@ curl --location --request GET 'http://localhost:8083/connectors/inventory-connec
# 删除
curl -X DETELE 'http://localhost:8083/connectors/inventory-connector-v3'
curl --location --request DELETE 'http://localhost:8083/connectors/inventory-connector-v3'
# 查询卡夫卡
./kafka-console-consumer.sh --bootstrap-server localhost:29092 --topic iot-v3.public.ts_kv_latest --from-beginning
\ 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