You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2017/06/28 19:33:00 UTC

[jira] [Created] (BEAM-2534) KafkaIO should allow gaps in message offsets

Raghu Angadi created BEAM-2534:
----------------------------------

             Summary: KafkaIO should allow gaps in message offsets
                 Key: BEAM-2534
                 URL: https://issues.apache.org/jira/browse/BEAM-2534
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-extensions
    Affects Versions: 2.0.0
            Reporter: Raghu Angadi
            Assignee: Raghu Angadi
            Priority: Minor
             Fix For: 2.1.0


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)