Skip to content

stephane-klein/nats-python-poc

Repository files navigation

Ressources:

Install

$ curl -L --progress-bar \
    -o nats-0.0.35-amd64.rpm \
    https://github.com/nats-io/natscli/releases/download/v0.0.35/nats-0.0.35-amd64.rpm
$ sudo rpm -i nats-0.0.35-amd64.rpm
$ docker-compose up -d
$ nats server check
OK Connection OK:connected to nats://127.0.0.1:4222 in 1.069768ms OK:rtt time 130.604µs OK:round trip took 0.000188s | connect_time=0.0011s;0.5000;1.0000 rtt=0.0001s;0.5000;1.0000 request_time=0.0002s;0.5000;1.0000
$ nats sub ">"
$ nats pub hello worldaeiua

Python walkthrough

$ pip install -r requirememts.txt
$ python read_pull.py

In another shell session:

$ python publish.py

Log:

Msg: hello world 2023-03-04T09:59:10.572252

Development tips

When I tinkering python script.

$ pip install watchdog==2.3.1
$ watchmedo auto-restart -p read_pull.py ./read_pull.py

because of that, read_pull.py auto restart when I update read_pull.py file.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages