Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
Starting from 2.0.0, KafkaConsumer doesn't report records-lag if isolation.level is read_committed. The last version, where it works is 1.1.1.
The issue can be easily reproduced in kafka.api.PlaintextConsumerTest by adding consumerConfig.setProperty("isolation.level", "read_committed") witin related tests:
- testPerPartitionLagMetricsCleanUpWithAssign
- testPerPartitionLagMetricsCleanUpWithSubscribe
- testPerPartitionLagWithMaxPollRecords
Attachments
Issue Links
- Blocked
-
KAFKA-7533 Kafka consumer does not poll after commit
- Resolved
- links to