doveLin0818 commented on code in PR #2887: URL: https://github.com/apache/hertzbeat/pull/2887#discussion_r1893449973
########## hertzbeat-manager/src/main/resources/define/app-kafka_client.yml: ########## Review Comment: For the offsets of each partition, they are displayed sequentially here. You can view the offsets of each partition in the 'Topic Offsets' module. The lag shown here refers to the total offset lag at the consumer group level, not at the partition granularity. If necessary, the 'Offsets per Partition' can be displayed in a format like [0:69, 1:280] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
