There was an error while loading. Please reload this page.
1 parent e59d8d5 commit 6f00386Copy full SHA for 6f00386
README.md
@@ -26,7 +26,8 @@ pip install -r requirements.txt
26
The Python code can be run in bash with the following,
27
in SSL security protocol:
28
```bash
29
-python main.py --security-protocol ssl
+python main.py \
30
+ --security-protocol ssl \
31
--cert-folder ~/kafkaCerts/ \
32
--host kafka-<name>.aivencloud.com \
33
--port 13041 \
@@ -36,7 +37,8 @@ python main.py --security-protocol ssl
36
37
```
38
in PLAINTEXT security protocol:
39
-python main.py --security-protocol plaintext
40
41
+ --security-protocol plaintext \
42
--host your-kafka-broker-host \
43
--port 9092 \
44
--topic-name pizza-orders \
0 commit comments