Git Product home page Git Product logo

Comments (1)

lispyclouds avatar lispyclouds commented on June 12, 2024

There are the following issues to consider:

  • Bob is a distributed system and all of the state is stored on the XTDB.
  • The config here is essentially a state we'd like the DB to be in.
  • The only way to access the DB is via the apiserver and there is no API to set the state.
  • If the resource providers and artifat stores are known by Bob then they are expected to be reachable via the healthchecks. If by any chance those services are not up before Bob health checks start to fail til they are reachable.

This is analogous to a distributed system like kubernetes where the state needs to be formed up via API calls as well and there is no one single config file which could be loaded. The loading is especially an issue as multiple nodes are starting up and there isn't a clear place where to put this file in.

One we possibly can do this is having an endpoint to set the cluster state and have the user make that call instead of multiple API calls. Making bob load a config file is quite hard as of now.

from bob.

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.