Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 383 Bytes

Introduction

This plugin provides middleware to publish Nautobot changes to a message broker.

Configuration

PLUGINS.append("nautobot_change_producer")  
PLUGINS_CONFIG["nautobot_change_producer"] = {
    "client": "nautobot_change_producer.client.NATS",
    "config": {
        "servers": "nats://nats-broker:4222",
    }   
}