QueueType
Indicates which type of ZMQ queue each message read by the logger thread is from.
Metadata
- Underlying type:
u8
Values
| Key | Value | Description |
|---|---|---|
| Default | 0 | Indicates that the message is from the default queue type for that message. |
| Translog | 1 | Indicates that the message has been streamed on the translog queue. |
| Demo | 2 | Inidcates that the message has been streamed on the demo queue. |