Tags: rohankumardubey/restate
Tags
Restrict key type for key extraction to `string` (restatedev#968) * Forbid registration with non-string type keys * Make sure we generate a string version of the uuid for unkeyed service key * Remove the service_key poli views * Remove the service key udfs * Update protos as in restatedev/proto#31 * Propagate dev.event.Event changes. * Remove length delimiter * Remove varint encoded length at the beginning of the key
Waiting for acks for background invocations and responses This commit changes the ingress_grpc handler to wait for acks from the DispatcherLoop for background invocations and responses. This will guarantee that the background invocation and the responses are durable store before the ingress returns a response to the client. This fixes restatedev#719.
PreviousNext