meilibridge 0.1.6

High-performance PostgreSQL to Meilisearch connector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod circuit_breaker;
pub mod dead_letter;
pub mod error_handler;
pub mod retry;
pub mod retry_v2;

pub use circuit_breaker::{
    CircuitBreaker, CircuitBreakerConfig, CircuitBreakerManager, CircuitState,
};
pub use dead_letter::{DeadLetterQueue, DeadLetterStorage};
pub use error_handler::{ErrorHandler, ErrorHandlingStrategy};
pub use retry_v2::{ExponentialBackoff, RetryManager, RetryPolicy};