https://github.com/guillotinaweb/guillotina_nats
https://github.com/guillotinaweb/guillotina_nats
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/guillotina_nats
- Owner: guillotinaweb
- Created: 2020-09-22T08:11:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T10:20:49.000Z (over 4 years ago)
- Last Synced: 2025-03-16T08:35:33.745Z (7 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
Guillotina Nats
---------------Guillotina AddOn to connect to Nats and Stan in order to implement PubSub and Streaming strategies
In order to configure::
applications:
- guillotina_nats
load_utilities:
nats:
factory: guillotina_nats.utility.NatsUtility
provides: guillotina_nats.interfaces.INatsUtility
settings:
hosts:
- nats://nats.nats.svc.cluster.local:4222
stan: stan
timeout: 0.2