Giter VIP home page Giter VIP logo

orleans.providers.redis's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

orleans.providers.redis's Issues

Consider supporting Redis Streams as a true queue source

From looking at the source, it seems this provider is based on simple pub-sub and the queueing of data happens in memory, in the provider itself. I guess this is because this provider was born before redis 5.0 (where streams/lists were added) - it would add resilience and more flexibility if we could use native redis streams as a provider.

https://redis.io/topics/streams-intro

Have you looked at this already?

Redist channel per subscription

Why do you use HashRing channels instead of channel per subscription?

For example we have

my-cluster:some_provider_name-1
my-cluster:some_provider_name-2
my-cluster:some_provider_name-3

for all messages

and redis publish to these channels.

But maybe it will be better for performance to publish and subsribe to individual channel for example:
my-cluster:stream_namespace:client_guid

?

PersistentState

When we have persistentstate attribute it have state name, this state should be used for redis key generation because of case when U have multiple states in one grain.

Squelch verbose dropped messages logs

In-bound messages that overflow the RedisDataManager cache end up logging per each message. In high volume scenarios this appears to cause unneeded system strain on the already overtaxed system causing a negative growth spiral.

Remove Serilog dependency

It would be better to use Microsoft abstraction ILogger for logging purpose and give users to configure loggin solution itself

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.