All posts

Living on the Edge: Eventing for a New Dimension

Mar 3, 2026

Edge computing has moved from a niche pattern to a mainstream requirement. More teams are running workloads across devices, remote sites, gateways, and multiple clouds—and that shift changes how event-driven systems need to be designed.

That’s why we published Living on the Edge: Eventing for a New Dimension (by Bruno Baloi). This guide walks through practical eventing patterns for edge-to-core architectures—where intermittent connectivity, security boundaries, and distribution constraints are part of normal operations.

Why edge changes eventing

In cloud-only systems, it’s easier to assume stable connectivity, predictable infrastructure, and centralized control. At the edge, those assumptions don’t hold as reliably. The guide focuses on the realities teams run into most often:

  • Intermittent connectivity: links can degrade, drop, and recover frequently
  • Higher exposure: security and trust boundaries are clearer—and stricter
  • Distributed operations: data and compute are spread across many locations
  • Operational visibility: end-to-end observability becomes essential, not optional

In other words, the edge introduces new constraints that deserve first-class architectural treatment (not just “we’ll handle it later”). If you’ve ever felt like your system was a little on edge at the edge… you’re not alone.

Key patterns covered in the guide

Separate edge and core as distinct domains

A recurring theme is designing edge and core as separate operational realms, connected by deliberate paths. This helps prevent edge instability from impacting core systems and makes security and routing policies easier to enforce.

Store-and-forward by design

The guide emphasizes patterns that assume disconnection is normal:

  • Capture events locally
  • Persist them durably
  • Forward when connectivity returns
  • Catch up safely without overwhelming upstream systems

Flow control and intentional routing

To scale edge eventing without over-sharing data, the guide explores:

  • Subject/topic filtering
  • Traffic shaping and mapping
  • Controlled distribution
  • Push vs. pull consumption choices for managing backpressure and bursts

Hybrid eventing: real-time and durable streams

Edge architectures often need both:

  • Real-time messaging for command-and-control and immediate signals
  • Durable streaming for replay, reconciliation, and auditability

Living on the Edge explains how to approach these needs without creating unnecessary platform sprawl.

Practical topologies: leaf nodes, hubs, and full event mesh

Topology matters at the edge. Let’s walk through models such as:

  • Leaf/spoke patterns near devices and sites
  • Hub clusters for aggregation and coordination
  • Mesh approaches across regions and environments

It also addresses constraints like isolation and data residency—common requirements in regulated or geographically distributed deployments.

Who needs Living on the Edge?

This guide is especially relevant if you’re building systems across:

  • Industrial IoT and OT environments
  • Remote sites and gateways
  • Fleets and mobile deployments
  • Distributed cloud-to-edge applications

If your architecture spans multiple failure domains and network conditions, the patterns here will help you design for resilience, security, and operational clarity.

Living on the Edge: Eventing for a New Dimension is a practical resource for teams designing event-driven systems across edge-to-core environments.

Get the NATS Newsletter

News and content from across the community


© 2026 Synadia Communications, Inc.
Cancel