|
|
|
|
|
by jeffail
2867 days ago
|
|
Hey, Benthos doesn't yet provide any general tooling for exactly-once processing like Wallaroo does, that's possibly a goal for the future. My main focus has been providing general purpose stateless processors. So you can build a your own stream processor focusing on what makes it unique, and then the moment it's compiled and packaged it can read and write to anything, and convert any kind of payload to anything else just through configuration. |
|
I'm curious, does Benthos manage state for the user/application like we do in Wallaroo or is it purely stateless computations at this point?