Why not just: `timeSinceLastPoll = now - lastPollMs` ? If we assume that `now` never goes backwards, I don't see the need for calling `Math.max`? And if we need the `Math.max` guard, why do we need both? Or do I miss something?
[ Full content available at: https://github.com/apache/kafka/pull/5428 ] This message was relayed via gitbox.apache.org for [email protected]
