Skip to content

Commit

Permalink
Don't both listing env variables in README (it's already out of sync)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasononeil committed Aug 15, 2024
1 parent 244a43c commit 0cdbbe4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/ca-kafka-local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Use this plugin to interact with `kafka-local` in your service. You still need t

What it provides:

- Environment variables
- `KAFKA_BROKERS` set to `"localhost:14231"`
- `SCHEMA_REGISTRY_URL` set to `"localhost:14228"`
- Environment variables. See [plugin.json](./plugin.json) for which variables are supplied and their values. They match those used in `kafka-local`.
- Process Compose job
- Will print information to the terminal about Kafka, once `kafka-local` is up and running.
- Allows you to add a `depends_on` clause so other services wait for `kafka-local`.
Expand Down

0 comments on commit 0cdbbe4

Please sign in to comment.