Enum ConsumerTooSlowPolicy

Enum Documentation

enum class iox::popo::ConsumerTooSlowPolicy : uint8_t

Used by producers how to adjust to slow consumer.

Values:

enumerator WAIT_FOR_CONSUMER

Waits for the consumer it it’s queue is full.

enumerator DISCARD_OLDEST_DATA

Discards the oldest data and pushes the newest one into the queue.