You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently serialized state requires the reflective protobuf message, which includes the $type for creating the type url. This makes it awkward from TypeScript, where the reflective and statically generated types need to be mixed for state types.
This hasn't been released yet (no release for a year), although it looks work is being done to get a new version released. We could otherwise release from a fork temporarily, published under @kalix-io, to get this functionality.
The text was updated successfully, but these errors were encountered:
Currently serialized state requires the reflective protobuf message, which includes the
$type
for creating the type url. This makes it awkward from TypeScript, where the reflective and statically generated types need to be mixed for state types.Protobuf.js does now generate a
getTypeUrl
message (protobufjs/protobuf.js#1463).This hasn't been released yet (no release for a year), although it looks work is being done to get a new version released. We could otherwise release from a fork temporarily, published under
@kalix-io
, to get this functionality.The text was updated successfully, but these errors were encountered: