Skip to content

Commit

Permalink
setup tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed Jan 22, 2024
1 parent ee2d742 commit 19b0bb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Thumbs.db
# Metals - Scala language server
.metals/
.bloop/
.bsp
.bsp
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ docker compose exec -it redpanda bash

rpk topic create events graph people
cat /opt/kafka/data/import.ndjson | rpk topic produce events
exit

# The streams service likely failed due to missing topics. Restart.
docker compose up -d
```

Call the connector API to instantiate the desired sinks:
Expand Down

0 comments on commit 19b0bb4

Please sign in to comment.