nicktelford opened a new pull request, #22316:
URL: https://github.com/apache/kafka/pull/22316

   The metered layer must wrap both isolation levels rather than delegating
   the inner store's readOnly view directly: it holds the serde context
   needed to deserialise keys and values, and it owns the sensor
   registration for iterator metrics. The ReadOnlyView inner class applies
   the same key/value deserialisation and sensor instrumentation as the
   public fetch methods so that IQ operations through a readOnly view are
   measured identically to direct queries.
   
   KAFKA-20497


-- 
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]

Reply via email to