콘텐츠로 바로가기
용어3

observer-pattern

이 용어로 연결된 기록을 섹션별로 살펴봅니다.

  1. Pub-Sub & Fan-out Mechanics

    하나의 메시지를 여러 구독자에게 동시에 전달하는 발행/구독 모델의 원리와 대규모 트래픽 분산을 위한 팬아웃 수리 메커니즘을 다루는 학습 노드입니다.

    network-communication / distributed-messaging-event-streaming / pub-sub-fan-out-mechanics
  2. Pub-Sub, Observer & Event-driven Flows

    일대다 통신을 위한 메시지 배포 모델과, 시스템의 상태 변화를 기점으로 연쇄적인 반응을 끌어내는 이벤트 중심 워크플로우를 다루는 학습 노드입니다.

    system-architecture-distributed-systems / event-driven-reactive-systems / pub-sub-observer-event-driven-flows
  3. Reactive Programming & Backpressure

    비동기 데이터 흐름을 선언적으로 다루는 프로그래밍 사상과, 소비자가 생산자의 속도를 제어하는 백프레셔(Backpressure) 물리학을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / event-driven-reactive-systems / reactive-programming-backpressure