Andrzej Ludwikowski
Andrzej Ludwikowski
> The same holds. Except that you need to call the equivalente delete message in Akka Typed @octonato are you sure? I'm not able to find such a method in...
same here, kubuntu 18, displaylink
@max8github can you describe your use case? I would like to understand the full context.
Ok, I get it, yeah both options with pause and with timeout could be interesting.
Oh yes, it's frustrating even for me :)
I have a follow-up question. If I would like to integrate Kalix with an external system I can consume/produce raw bytes. What about raw attributes/metadata. As a user, I would...
Maybe my impression is wrong but from the code perspective [kalix.proxy.eventing.EventingManager.Proto2Event#toDestinationEvent](https://github.com/lightbend/kalix-proxy/blob/main/proxy/core/src/main/scala/kalix/proxy/eventing/EventingManager.scala#L117), I see that we are passing only "ce-" attributes, the others are skipped. The same from the consuming side...
If we want to provide the updated state, we should probably do sth similar to ES Entity with lambda: ``` Effect thenReply(Function replyMessage); ```
Just to be clear, at this point, such a method does not exist in the VE effect builder. Should be easy to add it.
> Also surprised that it doesn't cause an error rather btw, since the field number is known but content changed in an incompatible way. Yeah, I also thought that `scalapb.GeneratedMessageCompanion#parseFrom`...