gogunbuntu-study / system-design-interview

가상 면접 사례로 배우는 대규모 시스템 설계 기초
4 stars 0 forks source link

[Ch 10. 알림 시스템 설계] 메시지 큐과 작업 서버는 어떻게 동작하는가? #18

Open yoon-chaejin opened 2 years ago

yoon-chaejin commented 2 years ago
yoon-chaejin commented 2 years ago

대표적인 메시지 큐 서비스는 어떤 것이 있는가?

yoon-chaejin commented 2 years ago

각 메시지 큐 서비스의 장단점 및 특징은 어떤 것이 있는가?

설계면에서 차이를 찾을 수 있습니다. RabbitMQ는 메시지 브로커 방식이고 Kafka는 pub/sub 방식입니다.

[참고자료] https://coding-nyan.tistory.com/129