Crate talos_certifier_adapters

Source

Re-exports§

pub use kafka::consumer::KafkaConsumer;
pub use kafka::errors::KafkaAdapterError;
pub use kafka::producer::KafkaProducer;
pub use postgres::config::PgConfig;
pub use postgres::errors::PgError;
pub use postgres::pg::Pg;

Modules§

kafka
postgres

Structs§

Configuration
TalosCertifierChannelBuffers
Channel buffer values

Functions§

certifier_with_kafka_pg
Talos certifier instantiated with Kafka as Abcast and Postgres as XDB.