


Parameter | Description |
Production Address | Address and port number of the producer. |
Production Time | Time when the TDMQ for Apache Pulsar server acknowledges receiving the message. The time is accurate to the millisecond. |
Production Status | Whether message production succeeded or failed. If the status is failed, it usually indicates that some header data of the message is missing during message sending, and the above fields may be null. |
Parameter | Description |
Storage Time | Time when the message is persisted. (Currently, TDMQ for Apache Pulsar runs in strong consistency mode. A message is acknowledged only after it is persisted. Therefore, this time is consistent with the production time. In high-performance mode, this time may be different from the production time.) |
Storage Duration | Time from when a message is persisted to when the TDMQ for Apache Pulsar server receives the acknowledgment. The time is accurate to the millisecond. |
Storage Status | Whether message persistence succeeded or failed. If the status is failed, it indicates that the message fails to be saved to the disk. This may be caused by underlying disk damage or insufficient spare capacity. In such a case, you need to submit a ticket as soon as possible. |
Parameter | Description |
Subscription name | Name of the subscriber. |
Subscription Mode | Subscription mode. The following four subscription modes are supported: Shared, Key-Shared, Exclusive, and Failover. For details, see Subscription Modes. |
Number of Pushes | Number of times the TDMQ for Apache Pulsar server delivers the message to consumers. |
Last Push Time | Time when the TDMQ for Apache Pulsar server last delivered the message to consumers. |
Consumption Status | Not pushed: The TDMQ for Apache Pulsar server has not yet delivered the message to the consumer. Pushed: The TDMQ for Apache Pulsar server has delivered the message to the consumer but has not received an acknowledgment message from the consumer. Confirmed: The consumer replies with an acknowledgment message to the TDMQ for Apache Pulsar server, and the server receives the acknowledgment message. |
Parameter | Description |
Push Order | The number of times the TDMQ for Apache Pulsar server has delivered this message to the consumer. |
Consumer Name | Subscription name. |
Consumption Address | Address and port number of the consumer that receives the message. |
Push Time | Time when the TDMQ for Apache Pulsar server delivers messages to the consumer. |
Push Result | Pushed: The TDMQ for Apache Pulsar server has delivered the message to the consumer but has not received an acknowledgment message from the consumer. Confirmed: The consumer replies with an acknowledgment message to the TDMQ for Apache Pulsar server, and the server receives the acknowledgment message. Acknowledgment timeout: The server has not received an acknowledgment message before the timeout and will redeliver it. |
Feedback