Skip to content

Commit b5ccfec

Browse files
committed
Added clarity to README instructions
1 parent 6f00386 commit b5ccfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python main.py \
4747
```
4848
Where
4949
* `security-protocol`: Security protocol for Kafka. PLAINTEXT or SSL are supported.
50-
* `cert-folder`: points to the folder containing the Apache Kafka certificates (see [blog post](https://aiven.io/blog/create-your-own-data-stream-for-kafka-with-python-and-faker?utm_source=github&utm_medium=organic&utm_campaign=blog_art&utm_content=post) for more)
50+
* `cert-folder`: points to the folder containing the Apache Kafka CA certificate, Access certificate and Access key (see [blog post](https://aiven.io/blog/create-your-own-data-stream-for-kafka-with-python-and-faker?utm_source=github&utm_medium=organic&utm_campaign=blog_art&utm_content=post) for more)
5151
* `host`: the Apache Kafka host
5252
* `port`: the Apache Kafka port
5353
* `topic-name`: the Apache Kafka topic name to write to (the topic needs to be pre-created or `kafka.auto_create_topics_enable` parameter enabled)

0 commit comments

Comments
 (0)