lightbend / kalix-javascript-sdk

JavaScript and TypeScript SDKs for Kalix
https://docs.kalix.io/javascript/index.html
Apache License 2.0
22 stars 21 forks source link

Discover and health check with service incarnation #519

Open patriknw opened 10 months ago

patriknw commented 10 months ago

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 service restarts are otherwise not detected.