Skip to content

Event Bus

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Event Bus Plugin

Internal event bus with pub/sub, fan-out delivery, dead-letter queue, and replay for inter-plugin messaging. Free — MIT licensed.

Install

nself plugin install event-bus

No license key required.

Description

Internal event bus with pub/sub, fan-out delivery, dead-letter queue, and replay for inter-plugin messaging.

Category: infrastructure. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
EVENT_BUS_PORT 8212 -

Ports

Port Purpose
8212 Event Bus service port

Database Schema

1 table(s) added to your Postgres database:

  • np_event_bus_stats

REST API

GET    /health

Examples

Health check

curl http://localhost:8212/health

Source

plugins/event-bus/

Manifest: plugins/event-bus/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally