mapan1984 commented on PR #23431: URL: https://github.com/apache/kafka/pull/23431#issuecomment-5631948435
PR #3975 renamed this metric from `sink-record-lag-max` to `sink-record-active-count`, since the underlying value (`consumedOffset - committedOffset`) isn't a real fetch lag. The backing method name was never updated to match. Fixing it avoids confusion with the `sink-record-lag-max` metric (true fetch lag). That metric is currently documented but never implemented; I plan to add the implementation in a follow-up PR. -- 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]
