risingwave_stream::consistency

Macro consistency_error

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

Log an error message for breaking consistency. Must only be called in non-strict mode. The log message will be suppressed if it is called too frequently.