Skip to content

Commit 87ff4c5

Browse files
committed
typo
1 parent d97b731 commit 87ff4c5

File tree

1 file changed

+1
-1
lines changed
  • kafka-questdb-connector-samples/stocks

1 file changed

+1
-1
lines changed

kafka-questdb-connector-samples/stocks/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ What's important: When this container start it just connects to Kafka broker, bu
108108
```shell
109109
curl -X POST -H "Content-Type: application/json" -d '{"name":"debezium_source","config":{"tasks.max":1,"database.hostname":"postgres","database.port":5432,"database.user":"postgres","database.password":"postgres","connector.class":"io.debezium.connector.postgresql.PostgresConnector","database.dbname":"postgres","database.server.name":"dbserver1"}} ' localhost:8083/connectors
110110
```
111-
It uses Kafka Connect REST interface to start a new connector with a give configuration. Let's have a closer look at the configuration. This is how it looks like when formatted for readability:
111+
It uses Kafka Connect REST interface to start a new connector with a given configuration. Let's have a closer look at the configuration. This is how it looks like when formatted for readability:
112112
```json
113113
{
114114
"name": "debezium_source",

0 commit comments

Comments
 (0)