From 1dc010b40e16f103a10e861ad1e4881cee998251 Mon Sep 17 00:00:00 2001 From: defaultSouth <ikr@kakao.com> Date: Tue, 1 Dec 2020 19:05:53 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 862dceb..e8f82e7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ * Kafka (Python) * [Simple Producer](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/ProducerDemo.py) * [Producer with callback](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/ProducerDemoCallBack.py) + * [Consumer with Slack API](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/SlackKafkaConsumer.py) * Kafka (Java) * [Simple Producer](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson1/ProducerDemo.java) -- GitLab