kalix-javascript-sdk
kalix-javascript-sdk copied to clipboard
JavaScript and TypeScript SDKs for Kalix
**After the Kalix Runtime version reaches prod**, please mark as ready, review and merge. [921f5f9aee7235f0a5ce7c9dd276936908f4ab81](https://circleci.com/gh/lightbend/kalix-runtime/57055)
We don't have the JWTs documented for JS/TS but I'm pretty sure it's supported as well, since it's only changes to the proto (which is common to all protocol-first sdks)....
Before oct2 or it will break: > Update the resource class key in your configuration file from medium to macos.x86.medium.gen2.
The proxy protocol has been expanded with service incarnation to be able to detect restarts. This must be added to javascript-sdk. Corresponding to https://github.com/lightbend/kalix-jvm-sdk/pull/1853 I mark this as `bug` because...
I think we never implemented those in this 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",...
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...
Corresponding to https://github.com/lightbend/kalix-jvm-sdk/pull/1361
Add support and docs for multi-table views. These can probably be created already, by implementing an untyped-state view with update handlers for all of the tables. Refs https://github.com/lightbend/kalix/issues/7323