Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
2.0.0
-
None
Description
KafkaIO reader logs a warning when it notices gaps in offsets for messages. While such gaps are not expected for normal Kafka topics, there could be gaps when log compaction is enabled (which deletes older messages for a key).
This warning log is not very useful. Also we should take such gaps while estimating backlog.