Johan Andrén

Results 186 issues of Johan Andrén

https://github.com/akka/akka-persistence-r2dbc/actions/runs/6701159366/job/18208163693#step:6:443 ``` --> [akka.persistence.r2dbc.internal.R2dbcExecutorSpec: R2dbcExecutor should close connection when no response from update] Start of log messages of test that [Failed(org.scalatest.exceptions.TestFailedException: The future returned an exception of type: io.r2dbc.postgresql.client.ReactorNettyClient$PostgresConnectionClosedException, with...

failed

Before oct2 or it will break: > Update the resource class key in your configuration file from medium to macos.x86.medium.gen2.

kalix-runtime

I think we never implemented those in this SDK

kalix-runtime
javascript-sdk
typescript-sdk

At discovery the SDK tells the proxy what SDK it is, it currently reports the same "kalix-javascript-sdk" for both JavaScript and TypeScript. We should figure out which and report "kalix-javascript-sdk",...

kalix-runtime

Class not found when running codegen on windows only, reported in the forums: https://discuss.kalix.io/t/kalix-annotations-not-found/182 > Building Typescript definitions from static JS with command: C:\data\kalix\shopping-cart\node_modules.bin\pbts C:\data\kalix\shopping-cart\lib\generated\proto.js -o C:\data\kalix\shopping-cart\lib\generated\proto.d.ts installing estraverse@^5.1.0 Invoking...

bug
kalix-runtime

Proxy 1.0.25 brings a new field in the discovery which is used for allowing env variables in topic and service to service options, we need to read/possibly filter and pass...

kalix-runtime
javascript-sdk
typescript-sdk

1.0.4 introduced a proxy bump giving access to the new service to service annotations for the descriptor and since the producer implementation is an action it should work without further...

Documentation
kalix-runtime

Currently you have to do some hoops to call other components in the same service, especially if calling it from typescript. If possible we'd want the same automatic enumeration of...

kalix-runtime
javascript-sdk

Created shopping cart quickstart and tried to build it On Linux x86_64: ``` /srv/homes/johan/code/lightbend/shopping-cart/node_modules/@kalix-io/kalix-scripts/bin/kalix-codegen-js.bin --typescript --proto-source-dir ./proto --source-dir ./src --generated-source-dir ./lib/generated --test-source-dir ./test --integration-test-source-dir ./integration-test Segmentation fault ``` On darvin...

bug
kalix-runtime

Since #355 clients for other services, in the same Kalix service or between services, needs auth information from discovery, that was done through breaking change with a `preStart` callback on...

kalix-runtime
javascript-sdk