Code Monkey home page Code Monkey logo

relief-valve's People

Contributors

lragji avatar

Stargazers

 avatar

Watchers

 avatar

relief-valve's Issues

[Feature Request] Support for capped stream

Need to add support for capped stream, these could be usefull in the fan-out mode where everyone needs a copy of the message and old messages get rolled over.... which also means their accumulated stream should also clear..

[Feature Request] Allow multiple accumalators for data distrubution

Multiple data accumulators will be needed when we need to bucket the data into different sections basically group them ie: Example timeseries batching with time binning..

The same can be achived if we allow different names for accumulation via the constructor argument, it can be an function which can then return Map<batchName,data>

[Feature Request] Message Routing to specific clients

Publisher should have a provision to specify if a specific batch of messages should be consumed by a specific consumer only(a.k.a message routing)

  1. Publisher should address the message to a specific consumer by its name [Default: group name+ consumer name]
  2. System should have the same guarantee of being delivered in sequence relative to other messages.
  3. Special name "*" can be used if the batch needs not be processed by any specific consumer.

[Feature Request] Maximum concurrent executions

There should be a way by which consumers can be configured with how many maximum batches they can keep in flight(a.k.a not acked)

  1. Number can vary from 1 to 100(or x but needs an upper limit)
  2. Post reaching the number threshold consumers cannot dequeue any batches until the number reduces or a specified time has reached from last update to the counter as this may indicate unexpected consumer deaths/crash

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.