Skip to content

Commit d3d259b

Browse files
Fixing term issues
1 parent 50b6808 commit d3d259b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/event-hubs-kafka-connect-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This section walks you through spinning up FileStreamSource and FileStreamSink c
129129
```bash
130130
curl -s -X POST -H "Content-Type: application/json" --data '{"name": "file-source","config": {"connector.class":"org.apache.kafka.connect.file.FileStreamSourceConnector","tasks.max":"1","topic":"connect-quickstart","file": "{YOUR/HOME/PATH}/connect-quickstart/input.txt"}}' http://localhost:8083/connectors
131131
```
132-
You should see the Event Hub `connect-quickstart` on your Event Hubs instance after running the above command.
132+
You should see the event hub `connect-quickstart` on your Event Hubs instance after running the above command.
133133
4. Check status of source connector.
134134
```bash
135135
curl -s http://localhost:8083/connectors/file-source/status
@@ -155,7 +155,7 @@ This section walks you through spinning up FileStreamSource and FileStreamSink c
155155
```
156156

157157
### Cleanup
158-
Kafka Connect creates Event Hub topics to store configurations, offsets, and status that persist even after the Connect cluster has been taken down. Unless this persistence is desired, it is recommended that these topics are deleted. You may also want to delete the `connect-quickstart` Event Hub that were created during the course of this walkthrough.
158+
Kafka Connect creates Event Hubs topics to store configurations, offsets, and status that persist even after the Connect cluster has been taken down. Unless this persistence is desired, it is recommended that these topics are deleted. You may also want to delete the `connect-quickstart` Event Hubs that were created during the course of this walkthrough.
159159

160160
## Next steps
161161

0 commit comments

Comments
 (0)