From 840dd4b56a19873cd8a445c9689f1e4ac502e281 Mon Sep 17 00:00:00 2001 From: Seok Won <ikr@kakao.com> Date: Tue, 29 Dec 2020 19:54:04 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dc51ff..1978bea 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 -- GitLab