Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsantana authored Apr 14, 2021
1 parent 23412b4 commit 271a7da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ HTTP POST (Using HTTP Client - Postman) - http://{host}:8083/connectors

Request Body:

{
{

}
"name": "sqlserver-person-connector1",
"name": "sqlserver-person-connector1",
"config": {
"connector.class": "io.debezium.connector.sqlserver.SqlServerConnector",
"database.hostname": "192.168.0.131",
Expand All @@ -46,7 +43,8 @@ Request Body:
"database.history.kafka.bootstrap.servers": "192.168.0.131:9092",
"database.history.kafka.topic": "dbhistory.person"
}
}
}


## Connecting with Query/Event Store (MongoDb) with MongoDb Compass

Expand Down

0 comments on commit 271a7da

Please sign in to comment.