Coder Social home page Coder Social logo

Comments (1)

srowen avatar srowen commented on June 14, 2024

Hm, on reading into this more, I'm not sure it's applicable, unfortunately. As https://issues.apache.org/jira/browse/KAFKA-631 says, it is for data with primary keys of some kind, and of course for data that is updated.

Here, there is no primary key for any of the model or update data, and it's only the MODEL key that is conceptually updated. A unique ID can be assigned to updates, but this will mean the compact process spends most of its time compacting records that can't be compacted. Without unique IDs, almost all updates would be thrown away, which can't be done.

If it were easy to only compact MODEL, this would work. Or, to somehow always compact up to the most recent MODEL key.

For now the idea is to set topic retention to something not too long compared to the generation interval. For example maybe at most 3 days if building a model once a day.

from oryx.

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.