Code Monkey home page Code Monkey logo

Comments (5)

osheroff avatar osheroff commented on September 23, 2024

hi @darionyaphet, yes, Maxwell will create a database named maxwell on each instance, to store schema snapshots as well as its replication position. Currently we don't have plans to implement any alternative storage for this state, although I haven't ruled out someday putting all the state in kafka itself.

The reasoning is that I wanted maxwell (a) recoverable -- any process of maxwell requires no local state, and so may pick up where another maxwell left off, and (b) low ops-overhead -- I didn't want to require more bits of architecture than necessary.

from maxwell.

darionyaphet avatar darionyaphet commented on September 23, 2024

Thank you for you relay @osheroff , I know what you mean keep schema metadata and replication point in reading MySQL instance would reduce another storage , it's very useful . Just a small question , our product environment or DBA maybe not allow create another database instance on each replication slave machine . I try to put this in a config to point where to storage metadata . Thank you for you great work and useful help :)

from maxwell.

osheroff avatar osheroff commented on September 23, 2024

I see, so you just want to be able to configure a different server to store schemas and positions in?

from maxwell.

darionyaphet avatar darionyaphet commented on September 23, 2024

I'm not sure . I wish to design a common metadata schema . Store in MySQL maybe not a goods idea for example MySQL has single point problem .

from maxwell.

osheroff avatar osheroff commented on September 23, 2024

ok, not quite sure what you're after, but you can check out https://github.com/zendesk/maxwell/blob/master/src/main/java/com/zendesk/maxwell/schema/Schema.java as a starting point -- that's the in-memory representation of the schema. I'll close this issue out, but feel free to re-open it if you have something more specific.

from maxwell.

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.