oxirs-stream 0.2.2

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
//! # Apache Kafka Backend - Ultra-High Performance
//!
//! This module has been refactored into a modular structure to comply with file size limits.
//! The implementation is now split across the kafka_backup/ directory.

// Re-export the modular kafka backup components
pub use kafka_backup::*;