risingwave_stream::consistency

Macro consistency_panic

source
macro_rules! consistency_panic {
    ($($arg:tt)*) => { ... };
}
Expand description

Log an error message for breaking consistency, then panic if strict consistency is required. The log message will be suppressed if it is called too frequently.