Skip to content

Commit

Permalink
Update 05_usecase_realtime_inventory_ETL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-marquez authored Mar 9, 2022
1 parent 0abbc39 commit 8608e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/05_usecase_realtime_inventory_ETL.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CREATE SOURCE CONNECTOR customers_reader WITH (
'transforms.unwrap.delete.handling.mode' = 'rewrite'
);
```
Create another source conector to caputre orders and shippments in real time
Create another source conector to capture orders and shippments in real time
```bash
CREATE SOURCE CONNECTOR logistics_reader WITH (
'connector.class' = 'io.debezium.connector.mongodb.MongoDbConnector',
Expand Down Expand Up @@ -232,4 +232,4 @@ curl http://localhost:9200/shipped_orders/_search?pretty
```
End of lab 5
[go back to Agenda](https://github.com/jr-marquez/ksqldbWorkshop/blob/main/README.md#hands-on-agenda-and-labs)
[go back to Agenda](https://github.com/jr-marquez/ksqldbWorkshop/blob/main/README.md#hands-on-agenda-and-labs)

0 comments on commit 8608e96

Please sign in to comment.