Andrzej Ludwikowski

Results 22 issues of Andrzej Ludwikowski

Calling `EventSourcedBehavior.lastSequenceNumber` in the event handler returns incorrect value after entity recovery: Example for a new entity: ``` cmd handler: 0 evt handler: 0 cmd handler: 1 evt handler: 2...

1 - triaged
t:persistence
bug
t:typed

Hi, I'm migrating a project from gradle to sbt and I noticed one strange thing. I'm not able to publish the snapshot artifact more than once (for the same snapshot...

It would be useful for the integration test. For instance, I have a logic that might schedule a timer. In my IT test, I would like to get this timer...

enhancement
java-sdk-protobuf
scala-sdk-protobuf
java-sdk

> It's pity that we didn't refactored the java codegen to use our c interpolator. Check out the scala codegen for more details. It's much easier to use the c...

Currently, the docker tag name contains a timestamp. ``` kcr.us-east-1.kalix.io acme ${kalixContainerRegistry}/${kalixOrganization}/${project.artifactId} ${project.version}-${build.timestamp} ``` It's very problematic when building a deployment pipeline with deployment as a separate step (an example...

Here is what I've noticed. I persisted an event payload with schema: ``` message CustomerState { string customer_id = 1; string email = 2; string name = 3; Address address...

Currently, when changing the class name, user will face: ``` kalix.javasdk.impl.SerializationException: Unable to find descriptor for type: type.googleapis.com/customer.domain.CustomerCreated at kalix.javasdk.impl.AnySupport.decodeMessage(AnySupport.scala:469) at kalix.javasdk.impl.eventsourcedentity.EventSourcedEntitiesImpl.$anonfun$runEntity$6(EventSourcedEntitiesImpl.scala:169) at akka.stream.impl.fusing.Scan$$anon$11.onPush(Ops.scala:444) at akka.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:542) at akka.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:423) at akka.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:650)...

Reported by Shishir https://github.com/ceecer1/view-query-wiped-out-test/issues/3 It's easy to reproduce the problem by creating an action that will block when calling a view (I suppose any Kalix component): ``` public class ServiceMetaDataActionImpl...

bug
kalix-runtime

Based on the feedback from: https://docs.google.com/document/d/1yI_J2RmeTh2-k9Dk2WPvHWfr0sRL_2ldd3_jPl6tsx0/edit Described in more detail how we describe it with more context: https://docs.google.com/document/d/1_kiNW044JMxQLGjoVXCAN2zCCoaEiqZojhMJx8VCAYo/edit

DX