[Chapter 10] Redis와 메시지 브로커 #165
Unanswered
Irisation23
asked this question in
Chapter 10. Redis and Spring Cache
Replies: 3 comments
-
이걸 보면 TCP 와 UDP 통신이 생각이 나네요 이와 비슷하게 간단하고 빠르게 메시지 송수신을 해야하는 경우 RabbitMQ, Kafka 대신 레디스를 사용하지 않을까? 생각 합니다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
레디스는 사용 용도가 다양해서, 메시지 브로커를 소개하는 건 이런 용도로도 쓸 수 있다~ 정도가 아닐까요? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
는 문구가 있습니다.
메시지 수신을 실패해도 다시 전달할 수 없다? 메시지 브로커를 사용하는 이유 중 저는 개인적으로 보장성을 지킬 수 있는 점이 매우 크다고 생각하는데, 실패한 메시지를 다시 전달할 수 없다면 보장성을 지킬 수 없고 이렇다면 왜 레디스를 메시지 브로커로써 사용하는지 궁금합니다.
어떤 경우에 레디스를 이용한 Pub-Sub을 구현하여 사용하는지 실무에서 사용하시거나, 다른 사용 예시를 아신다면 공유해주시면 감사하겠습니다.
Beta Was this translation helpful? Give feedback.
All reactions