Skip to content

klippx/phobosjs-mock

Repository files navigation

phobosjs-mock

Some simple ideas in code how we could be using phobos in practice.

The core ideas are

  • No multiprocessing, keep it simple.
    • No need to farm out resources on each node, assume micro instances
    • This alone should greatly reduce complexity of the Phobos code and make it easier to understand/contribute
    • Instead, scale horizontally
    • One service instance <=> one consumer <=> one configuration
  • Avoid meta programming and implicit contracts between users' services and phobos
    • The user is in control
    • The code written in services should be simple and readable, even if you don't know kafka (or even phobos!) you should still be able to understand
  • Move as much config as possible to .phobosjs
  • Require as little config as possible inside the users' services, if any.
  • Consider possibility of support such as

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published