risingwave_stream

Module consistency

source
Expand description

This module contains global variables and methods to access the stream consistency settings.

Macrosยง

  • consistency_error ๐Ÿ”’
    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.
  • consistency_panic ๐Ÿ”’
    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.

Staticsยง

Functionsยง