Parameter Name | Description |
Producer ID | Unique identifier of a producer instance. Typically, it is automatically generated by the client upon startup and is used to distinguish different connections on the broker side. |
Producer Address | IP address and port of the server where the producer client resides, which are key information for identifying the source server of the producer. |
Last Sending Time | Timestamp when the producer sends the last message to the topic, which reflects the activity level of the producer. A significant gap between this timestamp and the current time indicates that the producer may become inactive. |
Client Type | Indicates whether a producer is of the Producer or Reply Producer type. |
Client Language | Programming language used for producer-side development, such as Java, Go, C++, and Python. |
Client Version | Version number of the TDMQ for RocketMQ client used by the producer. It is used to determine whether the client is outdated or to confirm whether the issue is specific to a particular version when bugs occur. Note: Avoid using client versions with known risks. For details, see Client Risk Descriptions and Update Guide. |
Feedback