Skip to content

Commit

Permalink
Add docs for creating a topic
Browse files Browse the repository at this point in the history
  • Loading branch information
jasononeil committed Aug 20, 2024
1 parent 3d2b8d5 commit 930ddae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/ca-kafka-local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ Please don't start Kafka within your projects `process-compose.yaml` file. For e
We don't want to set up circular loops where Hotel launches `devbox services up` and then this launches Hotel again.

For now run Hotel commands in a separate terminal. In future we might provide helpers in Hotel that launch services in your project as well as projects you depend on.

## Creating a topic

You can use one of the CLI tools to create topics your service requires.

For example:

kafkactl create topic local.mytopic.v1

In future we plan to support creating your topics as defined in [kafka-ops](https://github.com/cultureamp/kafka-ops/).

0 comments on commit 930ddae

Please sign in to comment.