2022-08-09-TIL
2022-08-09-TIL
Today I Learned
Git
test1, test2 –> test3 으로 머지하면 어떻게 식별하는가? 베이스 커밋을 변경하게 되므로 충돌이 나지않게 된다.
Kafka
- https://ggop-n.tistory.com/89
- https://kafka.apache.org/documentation/
- https://medium.com/event-driven-utopia/understanding-kafka-topic-partitions-ae40f80552e8#:~:text=Kafka’s%20topics%20are%20divided%20into,in%20an%20append%2Donly%20fashion.
Kafka Consumer Group
- https://blog.cloudera.com/scalability-of-kafka-messaging-using-consumer-groups/#:~:text=Consumer%20groups%20give%20Kafka%20the,group%20share%20a%20group%20id.
- https://kafka.apache.org/documentation/#intro_consumers
Kafka Messaging Sementics
- https://www.baeldung.com/kafka-exactly-once#:~:text=Initially%2C%20Kafka%20only%20supported%20at,exactly%2Donce%20delivery%20in%20Kafka.
- https://www.confluent.io/blog/exactly-once-semantics-are-possible-heres-how-apache-kafka-does-it/
- https://dhkdn9192.github.io/apache-kafka/kakfa-exactly-once-delivery/
Kafka vs RabbitMQ
- https://www.upsolver.com/blog/kafka-versus-rabbitmq-architecture-performance-use-case#:~:text=Kafka%20offers%20much%20higher%20performance,for%20big%20data%20use%20cases.
- https://www.simplilearn.com/kafka-vs-rabbitmq-article
- https://coding-nyan.tistory.com/129
- https://www.instaclustr.com/blog/rabbitmq-vs-kafka/
Books
- http://www.kyobobook.co.kr/product/detailViewKor.laf?mallGb=KOR&ejkGb=KOR&barcode=9791161756264
This post is licensed under CC BY 4.0 by the author.