Jess668 commented on code in PR #22975:
URL: https://github.com/apache/kafka/pull/22975#discussion_r3758355801
##########
streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredTimestampedKeyValueStoreWithHeaders.java:
##########
@@ -786,15 +747,10 @@ private
MeteredTimestampedKeyValueStoreWithHeadersReadOnlyRecordIterator(
final Sensor sensor,
final Function<byte[], ValueTimestampHeaders<V>>
valueTimestampHeadersDeserializer
) {
- super(iter, sensor);
+ super(iter, sensor, iteratorDurationSensor, time,
numOpenIterators, openIterators);
this.valueTimestampHeadersDeserializer =
valueTimestampHeadersDeserializer;
}
- @Override
- public boolean hasNext() {
- return iter.hasNext();
- }
-
@Override
public ReadOnlyRecord<K, V> next() {
Review Comment:
https://issues.apache.org/jira/browse/KAFKA-20922
--
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]