leilinen opened a new issue #643: Offsets not available on leader URL: https://github.com/apache/incubator-hudi/issues/643 Hi, when it consume data with HoodieDeltaStreamer, if topic offsets not avaliable, the process will throw a exception ``` Offsets not available on leader: OffsetRange(topic: 'topicname', partition: 0, range: [1081027 -> 1581027]) ``` It looks in ```KafkaOffsetGen.getNextOffsetRanges()``` method, if ```lastCheckpointStr.isPresent()``` is true, then get ```fromOffsets``` from ```lastCheckpointStr``` and not check whether ```fromOffsets``` is available. Is that a bug of HoodieDeltaStreamer?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
