Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
docker-iot-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deploy
docker-iot-v3
Commits
bcdb725b
Commit
bcdb725b
authored
Nov 28, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
167440ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
active-sync.sh
active-sync.sh
+5
-2
No files found.
active-sync.sh
View file @
bcdb725b
# 激活边端
# 激活边端
curl
-X
POST
'http://localhost:8083/connectors'
\
curl
-X
POST
'http://localhost:8083/connectors'
\
-H
'Content-Type: application/json'
\
-H
'Content-Type: application/json'
\
-
D
'{
-
d
'{
"name": "inventory-connector-v3",
"name": "inventory-connector-v3",
"config": {
"config": {
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
...
@@ -25,4 +25,7 @@ curl --location --request GET 'http://localhost:8083/connectors/inventory-connec
...
@@ -25,4 +25,7 @@ curl --location --request GET 'http://localhost:8083/connectors/inventory-connec
# 删除
# 删除
curl
-X
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'
curl
--location
--request
DELETE
'http://localhost:8083/connectors/inventory-connector-v3'
\ No newline at end of file
# 查询卡夫卡
./kafka-console-consumer.sh
--bootstrap-server
localhost:29092
--topic
iot-v3.public.ts_kv_latest
--from-beginning
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment