diff --git a/README.md b/README.md index 0c84a309f893fa80aa4310508dc09cf49c9fe446..c5e69188b12822c6dc7ab9daaabe959ad9cbe86d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,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) + * [Producer with Slack API](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/SlackKafkaProducer.py) * [Consumer with Slack API](https://github.com/Alfex4936/kafka-Studies/blob/main/python/src/SlackKafkaConsumer.py) * Kafka (Java)