Guy Youansi

Results 19 comments of Guy Youansi

Nice @jroper !

@sleipnir good point but first of all the stateless function support should be implemented. I came accross this part of the code today. I would be cool to write an...

@sleipnir let stay with `@CommandHanler` and let discuss about the semantic of stateless function :) based on the Dart implementation. I will ping you later for this.

@viktorklang, in the `StatelessFunction` there are some functions taking `akka.stream.scaladsl.Source` as input like the one described below: ```java def handleStreamedIn(in: Source[FunctionCommand, akka.NotUsed]): Future[FunctionReply] ``` One way to map it in...

I was thinking about a possible API for a Stateless User Function for the java support. More generally one of the question here is to know which type we want...

@viktorklang if we use the second option (using AKKA Source) i would go for using the SystemMaterializer in the User Function. I am pretty careful to expose the proxy materializer...

@sleipnir good point regarding the api to be exposed. i am preparing the draft :)

Nice `CRDT` is renamed to `Replicated Entity`. I think the next steps here should be to use the new name in the code (language support, proxy and samples) and to...

@rstento I would be curious to know how Akka Serverless is affected here. What would be your suggestions?

@kikiya you have followed correctly. Entity and Value Entity are the same thing. Event sourced entity and replicated entity are some specialized version of Entity.