Skip to content

Commit 68bb5ba

Browse files
authored
doc: Fix typo in Postgres CDC guide (MaterializeInc#11734)
1 parent 934754d commit 68bb5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user/content/guides/cdc-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ If you deploy the PostgreSQL Debezium connector in [Confluent Cloud](https://doc
199199
1. Check that the connector is running:
200200

201201
```bash
202-
curl http://$CURRENT_HOST:8083/connectors/inventory-connector/status
202+
curl http://$CURRENT_HOST:8083/connectors/your-connector/status
203203
```
204204

205205
The first time it connects to a Postgres server, Debezium takes a [consistent snapshot](https://debezium.io/documentation/reference/1.6/connectors/postgresql.html#postgresql-snapshots) of the tables selected for replication, so you should see that the pre-existing records in the replicated table are initially pushed into your Kafka topic:

0 commit comments

Comments
 (0)