oxirs-stream 0.2.4

Real-time streaming support with Kafka/NATS/MQTT/OPC-UA I/O, RDF Patch, and SPARQL Update delta
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Kafka backend module components

pub mod types;
pub mod event;
pub mod producer;
pub mod consumer;
pub mod admin;

// Re-export main types
pub use types::*;
pub use event::*;
pub use producer::*;
pub use consumer::*;
pub use admin::*;