Klas Segeljakt
Klas Segeljakt
Any update on this? @bluss
Seif brought it up. On the language level we would like to hide the message passing and have concurrent/remote objects. Operators can create these objects and invoke methods on them...
What do you think about exposing or providing lazy and eager futures?
Yes true, does a future get executed even if you never end up awaiting it? I think I need to read through the Kompact tutorial to see how it works...
I think a good first move might be to try and implement a rough version of one of the use-case algorithms. How difficult do you think it would be for...
One question, should it be possible for operators to be generic over `KeyedStream` and `Stream`? For example, the `map` operator in: ```rust let stream0: Stream = ...; let stream1: Stream...
I think this is a good argument for having an explicit `key_by` operator #284. If it's implicit then we can't know if an operator changes the key of incoming events...
I am wondering how we will go about to take a program written in the Arcon API and execute it in a distributed environment. We must be able to setup/replicate/deploy...
> So if I understood the outcome of the discussion it was that we compile the same binary (see below). But through the control plane glue different stages of the...
> I mean in the long run yes we want a driver that can deploy onto different cloud resources. But imo I think its a step by step process. The...