Coder Social home page Coder Social logo

Comments (4)

Ishiihara avatar Ishiihara commented on July 24, 2024

@vikeshkhanna I think you are talking about that Kafka Connect is not running until a week later and some messages are already removed according to the retention policy. That certainly makes sense as now the expected offset is not correct anymore. One solution will be seek to the beginning of the topics and if that is larger than the latest offset of the data in HDFS and set the offset to that. This will make sure that the offset honors the retention policy.

from kafka-connect-hdfs.

vikeshkhanna avatar vikeshkhanna commented on July 24, 2024

Yes, that is correct. Yeah, the ideal solution would be to update the expected offset in case some data has been dropped by Kafka based on its retention policy. I don't think this is implemented yet, that's why the bug.

from kafka-connect-hdfs.

savulchik avatar savulchik commented on July 24, 2024

Seems like related to #132

from kafka-connect-hdfs.

kkonstantine avatar kkonstantine commented on July 24, 2024

I believe this is not an issue anymore for the same reasons that were given for #132

writeRecord has been simplified in TopicPartitionerWriter and no records are dropped based on offset now.

I'll go ahead and close this issue marked as a bug as well, but again, feel free to reopen and provided any related logs if this is still an issue in the most recent versions.

from kafka-connect-hdfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.