diff --git a/README.md b/README.md index 3dc51ffdbc8ce5425e54a1ee5ddb47697499c209..1978bea340be18160bb5de7e81a810718be4d1e6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Download [cli.py](https://github.com/Alfex4936/Kafka-Local-CLI/blob/main/cli.py) * Create a topic (name, num of partitions, num of replication factor) * Delete a topic (Set *delete.topic.enable=True* in your server.properties) * Get topic list +* Produce data / Consume data from a topic * Get your wanted topic description * Turn off servers