Skip to content

Commit

Permalink
Apache Kafka for Developers
Browse files Browse the repository at this point in the history
Apache Kafka for Developers hyunjun#1: Introduction to Kafka and Comparison with RabbitMQ https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-1-Introduction-to-Kafka-and-Comparison-with-RabbitMQ.html
Apache Kafka for Developers hyunjun#2: Kafka Architecture and Components https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-2-kafka-Architecture-and-Components.html
Apache Kafka for Developers hyunjun#3: Kafka Topic Replication https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-3-kafka-Topic-Replication.html
Apache Kafka for Developers hyunjun#4: Kafka Producer, Acknowledgements and Idempotency https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-4-kafka-Producer-and-Acknowledgements.html
Apache Kafka for Developers hyunjun#5: Kafka Consumer and Consumer Group https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-5-kafka-Consumer-and-Consumer-Group.html
Apache Kafka for Developers hyunjun#6: Kafka Consumer Partition Rebalancing https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-6-kafka-Consumer-Partition-Rebalancing.html
Apache Kafka for Developers hyunjun#7: Kafka Consumer Commit Offset https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-7-kafka-Consumer-Commit-Offset.html
Apache Kafka for Developers hyunjun#8: Kafka Consumer Auto Offset Reset https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-8-kafka-Consumer-Auto-Offset-Reset.html
Apache Kafka for Developers hyunjun#9: Replacing ZooKeeper with KRaft https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-9-replacing-ZooKeeper-with-KRaft.html
Apache Kafka for Developers hyunjun#10: Setting Up Kafka Locally with Docker https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-10-setting-up-kafka-locally-with-Docker.html
Apache Kafka for Developers hyunjun#11: Creating and Managing Kafka Topics https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-11-creating-and-managing-kafka-topics.html
Apache Kafka for Developers hyunjun#12: Setting Up a Kafka Producer in Node.js using KafkaJS https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-12-setting-up-a-kafka-producer-in-nodejs-using-kafkajs.html
Apache Kafka for Developers #13: Setting Up a Kafka Consumer in Node.js using KafkaJS https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-13-setting-up-a-kafka-consumer-in-nodejs-using-kafkajs.html
  • Loading branch information
hyunjun committed Jan 27, 2025
1 parent b3a9e6e commit 63d3eb5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,19 @@ Apache
* [공통 Kafka 전환기 \[Part 1. 공통 Kafka 전환 배경 및 전략\] | by Sofie | Nov, 2024 | 여기어때 기술블로그](https://techblog.gccompany.co.kr/%EA%B3%B5%ED%86%B5-kafka-%EC%A0%84%ED%99%98%EA%B8%B0-part-1-%EA%B3%B5%ED%86%B5-kafka-%EC%A0%84%ED%99%98-%EB%B0%B0%EA%B2%BD-%EB%B0%8F-%EC%A0%84%EB%9E%B5-936b1ce198e5)
* [KafkaKRU Meetup Review | Haril Dev](https://haril.dev/blog/2024/11/22/kafkakru-meetup-review)
* [Kafka 기반 대규모 데이터 동시성 최적화: Request-Reply 패턴 활용 사례 #우아콘2024 #우아한형제들 - YouTube](https://www.youtube.com/watch?v=Rcow99TIMmc)
* [Apache Kafka for Developers #1: Introduction to Kafka and Comparison with RabbitMQ](https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-1-Introduction-to-Kafka-and-Comparison-with-RabbitMQ.html)
* [Apache Kafka for Developers #2: Kafka Architecture and Components](https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-2-kafka-Architecture-and-Components.html)
* [Apache Kafka for Developers #3: Kafka Topic Replication](https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-3-kafka-Topic-Replication.html)
* [Apache Kafka for Developers #4: Kafka Producer, Acknowledgements and Idempotency](https://millionvisit.blogspot.com/2024/12/apache-kafka-for-developers-4-kafka-Producer-and-Acknowledgements.html)
* [Apache Kafka for Developers #5: Kafka Consumer and Consumer Group](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-5-kafka-Consumer-and-Consumer-Group.html)
* [Apache Kafka for Developers #6: Kafka Consumer Partition Rebalancing](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-6-kafka-Consumer-Partition-Rebalancing.html)
* [Apache Kafka for Developers #7: Kafka Consumer Commit Offset](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-7-kafka-Consumer-Commit-Offset.html)
* [Apache Kafka for Developers #8: Kafka Consumer Auto Offset Reset](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-8-kafka-Consumer-Auto-Offset-Reset.html)
* [Apache Kafka for Developers #9: Replacing ZooKeeper with KRaft](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-9-replacing-ZooKeeper-with-KRaft.html)
* [Apache Kafka for Developers #10: Setting Up Kafka Locally with Docker](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-10-setting-up-kafka-locally-with-Docker.html)
* [Apache Kafka for Developers #11: Creating and Managing Kafka Topics](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-11-creating-and-managing-kafka-topics.html)
* [Apache Kafka for Developers #12: Setting Up a Kafka Producer in Node.js using KafkaJS](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-12-setting-up-a-kafka-producer-in-nodejs-using-kafkajs.html)
* [Apache Kafka for Developers #13: Setting Up a Kafka Consumer in Node.js using KafkaJS](https://millionvisit.blogspot.com/2025/01/apache-kafka-for-developers-13-setting-up-a-kafka-consumer-in-nodejs-using-kafkajs.html)

## Kafka Library
* [aiokafka - asyncio client for kafka http://aiokafka.readthedocs.io ](https://github.com/aio-libs/aiokafka)
Expand Down

0 comments on commit 63d3eb5

Please sign in to comment.