diff --git a/README.md b/README.md index 74cdf72afe3b4e3880277f1f4d26b5c4ff36bfd1..181309a8fa9448bea857f6ca42a9de825c9b7b0e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ <p> <img width="480" src="https://www.andplus.com/hs-fs/hubfs/kafkalogo.jpg?&name=kafkalogo.jpg"> </p> -<h1>Apache Kafka 공부 (Java, Python)</h1> +<h1>Apache Kafka 공부 (Java, Python, Go)</h1> <h5>v2.13-2.6.0</h5> <a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FAlfex4936%2Fkafka-Studies&count_bg=%233DA1C8&title_bg=%23555555&icon=apachekafka.svg&icon_color=%23E7E7E7&title=%2B&edge_flat=false"/></a> @@ -15,7 +15,7 @@ <table> <tr><td width=40% valign=top> - + * 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) @@ -30,6 +30,9 @@ * [Producer with key](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson1/ProducerDemoWithKey.java) * [Simple Consumer](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson2/ConsumerDemo.java) * [Consumer With a thread](https://github.com/Alfex4936/kafka-Studies/blob/main/src/main/java/csw/kafka/study/lesson2/ConsumerDemoThread.java) + +* Kafka (Go) + * [Simple Producer](https://github.com/Alfex4936/kafka-Studies/blob/main/go/src/basic_producer/BasicProducer.go) </td></tr> </table>