Giter Site home page Giter Site logo

vyked's People

Contributors

animeshjain avatar bhanuvrat avatar blikenoother avatar dependabot[bot] avatar kashifrazzaqui avatar nerandell avatar nihalsharma avatar pankajnits avatar rohit-taneja avatar sp1rs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vyked's Issues

modify service instance versioning strategy at registry

registry should provide an instance of the exact same version if available, else provide the next highest non breaking version

  • should not broadcast new version availability as that will cause a denial of service because all clients will upgrade immediately, let the changes propagate naturally

remember to relax packet matching to comply with this logic at service-host and service-client

libpq-dev as system requirement

pip install vyked expects libpq-dev i.e postgres development library to be installed on the system.
needs to be specified in the readme at least.

add new subscription strategies

@subscribe allows ALL instances to receive the publication and it does not offer reliability guarantees

@xsubscribe allows one instance to reliably receive a publication. It has two strategies

  • RANDOM (only one random instance)
  • LEADER (one fixed leader)

and is implemented by local queueing at the publisher which is only cleared on ack by subscriber

@xsubscribe(strategy=RANDOM)
def some_api():
    pass

improve error messages

  • some way to detect if tcp client is connecting to http service and report appropriate error.

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.