Skip to content

Commit

Permalink
Merge pull request #239 from PuChenTW/main
Browse files Browse the repository at this point in the history
chore(doc): Correct the Kafka Connect REST API path in README.
  • Loading branch information
ivanyu authored Mar 28, 2024
2 parents 37108c9 + 903d72f commit 465ade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ An example of configuration (file `connect-http-sink.json`):
Then deploy the connector configuration against the Kafka Connect REST API with the following command:

```shell
curl -d @config/connect-http-sink.json -H "Content-Type: application/json" -X POST http://localhost:8083/connector
curl -d @config/connect-http-sink.json -H "Content-Type: application/json" -X POST http://localhost:8083/connectors
```

See the [configuration options](docs/sink-connector-config-options.rst) for details.
Expand Down

0 comments on commit 465ade5

Please sign in to comment.