https://github.com/nats-io/stan.py nats-io/stan.py Python Asyncio NATS Streaming Client. Contribute to nats-io/stan.py development by creating an account on GitHub. github.com STAN을 쓰는 방법을 정리해보았다. 문서와는 다르게, ip 주소 및 포트를 명시해야 했다 (커스텀 포트를 써서 그런듯) stan은 nats를 기반으로 돌아가기 때문에 nats client를 생성해서 stan client에 전달해줘야한다. stan의 첫 인자는 클러스터 아이디로 클러스터를 실행시킬 때 명시를 하지 않았다면, 디폴트가 test-cluster라고 한다. 중요 포인트중 하나는 각 st..