Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 472 Bytes

README.rst

File metadata and controls

18 lines (15 loc) · 472 Bytes

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