Hi!
I'm analyzing how can I use pond library in my current project, and I faced a (probably?) missing feature in pond. My scenario is: select data for processing, create a pool of workers, and process each row in data using this pool of workers. Processed data have a certain key value, and I want to ensure that data with the same key value will be processed by the same worker from the pool, to maintain data order. Just like it is done in Kafka, f.e., where the same consumer from group will process the events with same key.
Unfortunately, I cannot find how to make it using pond. Was it my bad searching the pond library, or pond really lacks such functionality?
Thanks!
Hi!
I'm analyzing how can I use
pondlibrary in my current project, and I faced a (probably?) missing feature inpond. My scenario is: select data for processing, create a pool of workers, and process each row in data using this pool of workers. Processed data have a certain key value, and I want to ensure that data with the same key value will be processed by the same worker from the pool, to maintain data order. Just like it is done in Kafka, f.e., where the same consumer from group will process the events with same key.Unfortunately, I cannot find how to make it using
pond. Was it my bad searching thepondlibrary, orpondreally lacks such functionality?Thanks!