Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper generic setup for clustered application #9152

Open
sajjadhs opened this issue Sep 26, 2024 · 0 comments
Open

Proper generic setup for clustered application #9152

sajjadhs opened this issue Sep 26, 2024 · 0 comments

Comments

@sajjadhs
Copy link

sajjadhs commented Sep 26, 2024

Can we get a proper setup for a Orleans cluster with memory streaming(to remove any latency layer), I added a use case:

  • Hosted by Kubernetes
  • 20k activations might be needed for one-grain type.
  • Streaming is needed, one producer(all grains will call one producer grain to write into stream)
  • Frequent app updates will be delivered by the RollingUpdate deployment approach (no downtime, no errors expected with orleans)

This looks to be simple at first glance, but I have encountered too much hassle with

  • Orleans streams due to delays in writing into streams,
  • QueueCacheMissException
  • SIlos dying or silo not found in directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant