noetl-server 3.15.4

NoETL Control Plane - Async Rust server for workflow orchestration
Documentation
1
2
3
4
5
6
7
8
9
//! NATS JetStream integration for NoETL Control Plane.
//!
//! Provides command notification publishing to workers via NATS JetStream.

pub mod event_publisher;
pub mod publisher;

pub use event_publisher::EventStreamPublisher;
pub use publisher::NatsPublisher;