charlesdong1991 opened a new pull request, #581: URL: https://github.com/apache/fluss-rust/pull/581
### Purpose Add `lastPollSecondsAgo` consumer-liveness gauge to fluss-rust, this is the primary signal for detecting stuck consumers, and it must keep advancing between poll events even when no new poll happen. Note: `metrics 0.24` facade has no scrape-time gauge supplier abstraction, so the value is pushed by a per-scanner 1-second background tokio task. Linked issue: close #554 <!-- What is the purpose of the change --> ### Brief change log <!-- Please describe the changes made in this pull request and explain how they address the issue --> ### Tests All tests passed. ### API and Format <!-- Does this change affect API or storage format --> ### Documentation <!-- Does this change introduce a new feature --> -- 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]
