YongTrans

← index

Loading contents...

Publish-Subscribe

발행-구독

NATS implements a publish-subscribe message distribution model for one-to-many communication. A publisher sends a message on a subject and any active subscriber listening on that subject receives the message. Subscribers can also register interest in wildcard subjects that work a bit like a regular expression (but only a bit). This one-to-many pattern is sometimes called fan-out.

NATS는 일대다 통신을 위한 발행-구독 메시지 분산 모델을 구현한다. 게시자는 주제로 메시지를 보내고 주제를 수신하고 있는 모든 활성 구독자들은 메시지를 받는다. 구독자는 정규표현식과 같은 방식으로 와일드 카드 주제를 수신 할 수도 있다. 이러한 일대다 패턴을 팬아웃(fan-out)이라고도 한다.

Try NATS publish subscribe on your own, using a live server by walking through the pub-sub tutorial.

pub-sub tutorial을 따라 운영 서버에서 NATS 발행-구독을 직접 시도해보자.

Author

NATS Official Reference

From https://docs.nats.io/nats-concepts/pubsub

Translators

Latest update at 2020-12-23T08:37:38Z