Greetings,
I am new to curator, and reading through the recipes I think there might be some way to solve my problem, so I figured I would ask the experts. Here is my situation.
I have several (let's say 10) data streams that are being continually filled with information. I would like to be able to start up in a distributed fashion a number of clients to read from these 10 streams in a fair way. So, if one client is started up, it will see that it is the sole client, and consume from all 10 streams. Then, if another 4 clients are started, they will all reset their connections to accept 2 data streams.
Any ideas would be appreciated. If curator has nothing for this, would it be a useful recipe to contribute?
-John