-
Hi, consider following scenario:
The ratio between N:M ranges from 1:1 to 1:100000 or even more (no plans for limits yet) I figured that when I use the standard pub-sub SMS provider each producer grain can send the data to a stream and the actor grains would receive it. Simple and it would work. What my concern here is that each silo would receive Y copies of messages with many redundancies which would of course consume The solution I thought of, would be a proxy per silo for each stream. This would essentially remove the redundancies on the network. This would require these features:
I have yet to figure out how a Grain can be created locally that has the same Id as in other silos. We have also Pulsar in use, but I try to avoid this extra dependency as it would constrain other resources. Other thoughts: What do you think? Thanks for some help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found this in the Discord chat. I will give it a try https://discord.com/channels/333727978460676096/333727978460676096/1045424809036742666
|
Beta Was this translation helpful? Give feedback.
I found this in the Discord chat. I will give it a try
https://discord.com/channels/333727978460676096/333727978460676096/1045424809036742666