feat: add python producer consumer example
This commit is contained in:
@@ -14,3 +14,5 @@ version=1
|
||||
```
|
||||
|
||||
If this file is missing, the docker image will make one. But in case you run multiple brokers, all need to have the same cluster.id. So they can talk to each other. This is known as generate/format Kraft storage.
|
||||
|
||||
Neede to run: `sudo chown -R 1000:1000 kafka-data/` to give the kafka user ( uid 1000 ) permission to write to the volume mounted directory. First 1000 is user id, second 1000 is group id.
|
||||
|
||||
Reference in New Issue
Block a user