@restatedev/restate-sdk 0.6.0 → 0.7.1-worker
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -2
- package/dist/cloudflare_bundle.js +27387 -0
- package/dist/connection/buffered_connection.d.ts +14 -0
- package/dist/connection/buffered_connection.d.ts.map +1 -0
- package/dist/connection/embedded_connection.d.ts +2 -4
- package/dist/connection/embedded_connection.d.ts.map +1 -1
- package/dist/connection/http_connection.d.ts +1 -1
- package/dist/connection/http_connection.d.ts.map +1 -1
- package/dist/generated/proto/protocol.d.ts +52 -16
- package/dist/generated/proto/protocol.d.ts.map +1 -1
- package/dist/invocation.d.ts +12 -2
- package/dist/invocation.d.ts.map +1 -1
- package/dist/io/encoder.d.ts +2 -1
- package/dist/io/encoder.d.ts.map +1 -1
- package/dist/journal.d.ts +2 -1
- package/dist/journal.d.ts.map +1 -1
- package/dist/restate_context_impl.d.ts.map +1 -1
- package/dist/server/base_restate_server.d.ts +1 -1
- package/dist/server/base_restate_server.d.ts.map +1 -1
- package/dist/server/restate_server.d.ts +45 -39
- package/dist/server/restate_server.d.ts.map +1 -1
- package/dist/state_machine.d.ts +1 -1
- package/dist/state_machine.d.ts.map +1 -1
- package/dist/types/errors.d.ts +1 -1
- package/dist/types/errors.d.ts.map +1 -1
- package/dist/types/protocol.d.ts +5 -3
- package/dist/types/protocol.d.ts.map +1 -1
- package/dist/types/types.d.ts.map +1 -1
- package/dist/utils/utils.d.ts +1 -0
- package/dist/utils/utils.d.ts.map +1 -1
- package/package.json +7 -3
- package/dist/connection/connection.js +0 -13
- package/dist/connection/connection.js.map +0 -1
- package/dist/connection/embedded_connection.js +0 -78
- package/dist/connection/embedded_connection.js.map +0 -1
- package/dist/connection/http_connection.js +0 -203
- package/dist/connection/http_connection.js.map +0 -1
- package/dist/connection/lambda_connection.js +0 -58
- package/dist/connection/lambda_connection.js.map +0 -1
- package/dist/embedded/api.js +0 -35
- package/dist/embedded/api.js.map +0 -1
- package/dist/embedded/handler.js +0 -28
- package/dist/embedded/handler.js.map +0 -1
- package/dist/embedded/http2_remote.js +0 -91
- package/dist/embedded/http2_remote.js.map +0 -1
- package/dist/embedded/invocation.js +0 -94
- package/dist/embedded/invocation.js.map +0 -1
- package/dist/generated/dev/restate/events.js +0 -371
- package/dist/generated/dev/restate/events.js.map +0 -1
- package/dist/generated/dev/restate/ext.js +0 -215
- package/dist/generated/dev/restate/ext.js.map +0 -1
- package/dist/generated/google/protobuf/descriptor.js +0 -6676
- package/dist/generated/google/protobuf/descriptor.js.map +0 -1
- package/dist/generated/google/protobuf/empty.js +0 -107
- package/dist/generated/google/protobuf/empty.js.map +0 -1
- package/dist/generated/google/protobuf/struct.js +0 -754
- package/dist/generated/google/protobuf/struct.js.map +0 -1
- package/dist/generated/proto/discovery.js +0 -364
- package/dist/generated/proto/discovery.js.map +0 -1
- package/dist/generated/proto/dynrpc.js +0 -668
- package/dist/generated/proto/dynrpc.js.map +0 -1
- package/dist/generated/proto/javascript.js +0 -297
- package/dist/generated/proto/javascript.js.map +0 -1
- package/dist/generated/proto/protocol.js +0 -2179
- package/dist/generated/proto/protocol.js.map +0 -1
- package/dist/generated/proto/services.js +0 -1535
- package/dist/generated/proto/services.js.map +0 -1
- package/dist/generated/proto/test.js +0 -321
- package/dist/generated/proto/test.js.map +0 -1
- package/dist/invocation.js +0 -138
- package/dist/invocation.js.map +0 -1
- package/dist/io/decoder.js +0 -133
- package/dist/io/decoder.js.map +0 -1
- package/dist/io/encoder.js +0 -57
- package/dist/io/encoder.js.map +0 -1
- package/dist/journal.js +0 -368
- package/dist/journal.js.map +0 -1
- package/dist/local_state_store.js +0 -72
- package/dist/local_state_store.js.map +0 -1
- package/dist/public_api.js +0 -59
- package/dist/public_api.js.map +0 -1
- package/dist/restate_context.js +0 -46
- package/dist/restate_context.js.map +0 -1
- package/dist/restate_context_impl.js +0 -375
- package/dist/restate_context_impl.js.map +0 -1
- package/dist/server/base_restate_server.js +0 -361
- package/dist/server/base_restate_server.js.map +0 -1
- package/dist/server/restate_lambda_handler.js +0 -247
- package/dist/server/restate_lambda_handler.js.map +0 -1
- package/dist/server/restate_server.js +0 -230
- package/dist/server/restate_server.js.map +0 -1
- package/dist/state_machine.js +0 -385
- package/dist/state_machine.js.map +0 -1
- package/dist/types/errors.js +0 -261
- package/dist/types/errors.js.map +0 -1
- package/dist/types/grpc.js +0 -68
- package/dist/types/grpc.js.map +0 -1
- package/dist/types/protocol.js +0 -115
- package/dist/types/protocol.js.map +0 -1
- package/dist/types/router.js +0 -36
- package/dist/types/router.js.map +0 -1
- package/dist/types/types.js +0 -125
- package/dist/types/types.js.map +0 -1
- package/dist/utils/assumpsions.js +0 -101
- package/dist/utils/assumpsions.js.map +0 -1
- package/dist/utils/logger.js +0 -102
- package/dist/utils/logger.js.map +0 -1
- package/dist/utils/public_utils.js +0 -49
- package/dist/utils/public_utils.js.map +0 -1
- package/dist/utils/rand.js +0 -114
- package/dist/utils/rand.js.map +0 -1
- package/dist/utils/utils.js +0 -119
- package/dist/utils/utils.js.map +0 -1
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
|
|
4
|
-
*
|
|
5
|
-
* This file is part of the Restate SDK for Node.js/TypeScript,
|
|
6
|
-
* which is released under the MIT license.
|
|
7
|
-
*
|
|
8
|
-
* You can find a copy of the license in file LICENSE in the root
|
|
9
|
-
* directory of this repository or package, or at
|
|
10
|
-
* https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
|
|
11
|
-
*/
|
|
12
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
|
-
};
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.RestateServer = exports.createServer = void 0;
|
|
17
|
-
const events_1 = require("events");
|
|
18
|
-
const stream_1 = __importDefault(require("stream"));
|
|
19
|
-
const promises_1 = require("stream/promises");
|
|
20
|
-
const http2_1 = __importDefault(require("http2"));
|
|
21
|
-
const url_1 = require("url");
|
|
22
|
-
const discovery_1 = require("../generated/proto/discovery");
|
|
23
|
-
const base_restate_server_1 = require("./base_restate_server");
|
|
24
|
-
const logger_1 = require("../utils/logger");
|
|
25
|
-
const http_connection_1 = require("../connection/http_connection");
|
|
26
|
-
const errors_1 = require("../types/errors");
|
|
27
|
-
const invocation_1 = require("../invocation");
|
|
28
|
-
const state_machine_1 = require("../state_machine");
|
|
29
|
-
/**
|
|
30
|
-
* Creates a Restate entrypoint based on a HTTP2 server. The entrypoint will listen
|
|
31
|
-
* for requests to the services at a specified port.
|
|
32
|
-
*
|
|
33
|
-
* This is the entrypoint to be used in most scenarios (standalone, Docker, Kubernetes, ...);
|
|
34
|
-
* any deployments that forwards requests to a network endpoint. The prominent exception is
|
|
35
|
-
* AWS Lambda, which uses the {@link restate_lambda_handler#lambdaApiGatewayHandler}
|
|
36
|
-
* function to create an entry point.
|
|
37
|
-
*
|
|
38
|
-
* After creating this endpoint, register services on this entrypoint via {@link RestateServer.bindService }
|
|
39
|
-
* and start it via {@link RestateServer.listen }.
|
|
40
|
-
*
|
|
41
|
-
* @example
|
|
42
|
-
* A typical entry point would look like this:
|
|
43
|
-
* ```
|
|
44
|
-
* import * as restate from "@restatedev/restate-sdk";
|
|
45
|
-
*
|
|
46
|
-
* export const handler = restate
|
|
47
|
-
* .createServer()
|
|
48
|
-
* .bindService({
|
|
49
|
-
* service: "MyService",
|
|
50
|
-
* instance: new myService.MyServiceImpl(),
|
|
51
|
-
* descriptor: myService.protoMetadata,
|
|
52
|
-
* })
|
|
53
|
-
* .listen(8000);
|
|
54
|
-
* ```
|
|
55
|
-
*/
|
|
56
|
-
function createServer() {
|
|
57
|
-
return new RestateServer();
|
|
58
|
-
}
|
|
59
|
-
exports.createServer = createServer;
|
|
60
|
-
/**
|
|
61
|
-
* Restate entrypoint implementation for services. This server receives and
|
|
62
|
-
* decodes the requests, streams events between the service and the Restate runtime,
|
|
63
|
-
* and drives the durable execution of the service invocations.
|
|
64
|
-
*/
|
|
65
|
-
class RestateServer extends base_restate_server_1.BaseRestateServer {
|
|
66
|
-
constructor() {
|
|
67
|
-
super(discovery_1.ProtocolMode.BIDI_STREAM);
|
|
68
|
-
}
|
|
69
|
-
bindKeyedRouter(path, router) {
|
|
70
|
-
// Implementation note: This override if here mainly to change the return type to the more
|
|
71
|
-
// concrete type RestateServer (from BaseRestateServer).
|
|
72
|
-
super.bindRpcService(path, router, true);
|
|
73
|
-
return this;
|
|
74
|
-
}
|
|
75
|
-
bindRouter(path, router) {
|
|
76
|
-
// Implementation note: This override if here mainly to change the return type to the more
|
|
77
|
-
// concrete type RestateServer (from BaseRestateServer).
|
|
78
|
-
super.bindRpcService(path, router, false);
|
|
79
|
-
return this;
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* Adds a gRPC service to be served from this endpoint.
|
|
83
|
-
*
|
|
84
|
-
* The {@link ServiceOpts} passed here need to describe the following properties:
|
|
85
|
-
*
|
|
86
|
-
* - The 'service' name: the name of the gRPC service (as in the service definition proto file).
|
|
87
|
-
* - The service 'instance': the implementation of the service logic (must implement the generated
|
|
88
|
-
* gRPC service interface).
|
|
89
|
-
* - The gRPC/protobuf 'descriptor': The protoMetadata descriptor that describes the service, methods,
|
|
90
|
-
* and parameter types. It is usually found as the value 'protoMetadata' in the generated
|
|
91
|
-
* file '(service-name).ts'
|
|
92
|
-
*
|
|
93
|
-
* The descriptor is generated by the protobuf compiler and needed by Restate to reflectively discover
|
|
94
|
-
* the service details, understand payload serialization, perform HTTP/JSON-to-gRPC transcoding, or
|
|
95
|
-
* to proxy the service.
|
|
96
|
-
*
|
|
97
|
-
* If you define multiple services in the same '.proto' file, you may have only one descriptor that
|
|
98
|
-
* describes all services together. You can pass the same descriptor to multiple calls of '.bindService()'.
|
|
99
|
-
*
|
|
100
|
-
* If you don't find the gRPC/protobuf descriptor, make your you generated the gRPC/ProtoBuf code with
|
|
101
|
-
* the option to generate the descriptor. For example, using the 'ts-proto' plugin, make sure you pass
|
|
102
|
-
* the 'outputSchema=true' option. If you are using Restate's project templates, this should all be
|
|
103
|
-
* pre-configured for you.
|
|
104
|
-
*
|
|
105
|
-
* @example
|
|
106
|
-
* ```
|
|
107
|
-
* endpoint.bindService({
|
|
108
|
-
* service: "MyService",
|
|
109
|
-
* instance: new myService.MyServiceImpl(),
|
|
110
|
-
* descriptor: myService.protoMetadata
|
|
111
|
-
* })
|
|
112
|
-
* ```
|
|
113
|
-
*
|
|
114
|
-
* @param serviceOpts The options describing the service to be bound. See above for a detailed description.
|
|
115
|
-
* @returns An instance of this RestateServer
|
|
116
|
-
*/
|
|
117
|
-
bindService(serviceOpts) {
|
|
118
|
-
// Implementation note: This override if here mainly to change the return type to the more
|
|
119
|
-
// concrete type RestateServer (from BaseRestateServer).
|
|
120
|
-
super.bindService(serviceOpts);
|
|
121
|
-
return this;
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* Starts the Restate server and listens at the given port.
|
|
125
|
-
*
|
|
126
|
-
* If the port is undefined, this method will use the port set in the `PORT`
|
|
127
|
-
* environment variable. If that variable is undefined as well, the method will
|
|
128
|
-
* default to port 9080.
|
|
129
|
-
*
|
|
130
|
-
* This method's result promise never completes.
|
|
131
|
-
*
|
|
132
|
-
* @param port The port to listen at. May be undefined (see above).
|
|
133
|
-
*/
|
|
134
|
-
async listen(port) {
|
|
135
|
-
// Infer the port if not specified, or default it
|
|
136
|
-
const actualPort = port ?? parseInt(process.env.PORT ?? "9080");
|
|
137
|
-
logger_1.rlog.info(`Listening on ${actualPort}...`);
|
|
138
|
-
for await (const connection of incomingConnectionAtPort(actualPort)) {
|
|
139
|
-
this.handleConnection(connection.url, connection.stream).catch((e) => {
|
|
140
|
-
const error = (0, errors_1.ensureError)(e);
|
|
141
|
-
logger_1.rlog.error("Error while handling connection: " + (error.stack ?? error.message));
|
|
142
|
-
connection.stream.end();
|
|
143
|
-
connection.stream.destroy();
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
async handleConnection(url, stream) {
|
|
148
|
-
const method = this.methodByUrl(url.path);
|
|
149
|
-
if (method !== undefined) {
|
|
150
|
-
// valid connection, let's dispatch the invocation
|
|
151
|
-
stream.respond({
|
|
152
|
-
"content-type": "application/restate",
|
|
153
|
-
":status": 200,
|
|
154
|
-
});
|
|
155
|
-
const restateStream = http_connection_1.RestateHttp2Connection.from(stream);
|
|
156
|
-
await handleInvocation(method, restateStream);
|
|
157
|
-
return;
|
|
158
|
-
}
|
|
159
|
-
// no method under that name. might be a discovery request
|
|
160
|
-
if (url.path == "/discover") {
|
|
161
|
-
logger_1.rlog.info("Answering discovery request. Registering these services: " +
|
|
162
|
-
JSON.stringify(this.discovery.services));
|
|
163
|
-
await respondDiscovery(this.discovery, stream);
|
|
164
|
-
return;
|
|
165
|
-
}
|
|
166
|
-
// no discovery, so unknown method: 404
|
|
167
|
-
logger_1.rlog.error(`No service and function found for URL ${url.path}`);
|
|
168
|
-
await respondNotFound(stream);
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
exports.RestateServer = RestateServer;
|
|
172
|
-
async function* incomingConnectionAtPort(port) {
|
|
173
|
-
const server = http2_1.default.createServer();
|
|
174
|
-
server.on("error", (err) => logger_1.rlog.error("Error in Restate service endpoint http2 server: " + err));
|
|
175
|
-
server.listen(port);
|
|
176
|
-
let connectionId = 1n;
|
|
177
|
-
for await (const [s, h] of (0, events_1.on)(server, "stream")) {
|
|
178
|
-
const stream = s;
|
|
179
|
-
const headers = h;
|
|
180
|
-
const url = (0, url_1.parse)(headers[":path"] ?? "/");
|
|
181
|
-
connectionId++;
|
|
182
|
-
yield { connectionId, url, headers, stream };
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
async function respondDiscovery(response, http2Stream) {
|
|
186
|
-
const responseData = discovery_1.ServiceDiscoveryResponse.encode(response).finish();
|
|
187
|
-
http2Stream.respond({
|
|
188
|
-
":status": 200,
|
|
189
|
-
"content-type": "application/proto",
|
|
190
|
-
});
|
|
191
|
-
await (0, promises_1.pipeline)(stream_1.default.Readable.from(responseData), http2Stream, {
|
|
192
|
-
end: true,
|
|
193
|
-
});
|
|
194
|
-
}
|
|
195
|
-
async function respondNotFound(stream) {
|
|
196
|
-
stream.respond({
|
|
197
|
-
"content-type": "application/restate",
|
|
198
|
-
":status": 404,
|
|
199
|
-
});
|
|
200
|
-
stream.end();
|
|
201
|
-
await (0, promises_1.finished)(stream);
|
|
202
|
-
}
|
|
203
|
-
async function handleInvocation(func, connection) {
|
|
204
|
-
// step 1: collect all journal events
|
|
205
|
-
const journalBuilder = new invocation_1.InvocationBuilder(func);
|
|
206
|
-
connection.pipeToConsumer(journalBuilder);
|
|
207
|
-
try {
|
|
208
|
-
await journalBuilder.completion();
|
|
209
|
-
}
|
|
210
|
-
finally {
|
|
211
|
-
// ensure GC friendliness, also in case of errors
|
|
212
|
-
connection.removeCurrentConsumer();
|
|
213
|
-
}
|
|
214
|
-
// step 2: create the state machine
|
|
215
|
-
const stateMachine = new state_machine_1.StateMachine(connection, journalBuilder.build(), discovery_1.ProtocolMode.BIDI_STREAM);
|
|
216
|
-
connection.pipeToConsumer(stateMachine);
|
|
217
|
-
// step 3: invoke the function
|
|
218
|
-
// This call would propagate errors in the state machine logic, but not errors
|
|
219
|
-
// in the application function code. Ending a function with an error as well
|
|
220
|
-
// as failign an invocation and being retried are perfectly valid actions from the
|
|
221
|
-
// SDK's perspective.
|
|
222
|
-
try {
|
|
223
|
-
await stateMachine.invoke();
|
|
224
|
-
}
|
|
225
|
-
finally {
|
|
226
|
-
// ensure GC friendliness, also in case of errors
|
|
227
|
-
connection.removeCurrentConsumer();
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
//# sourceMappingURL=restate_server.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"restate_server.js","sourceRoot":"","sources":["../../src/server/restate_server.ts"],"names":[],"mappings":"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"}
|
package/dist/state_machine.js
DELETED
|
@@ -1,385 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
|
|
4
|
-
*
|
|
5
|
-
* This file is part of the Restate SDK for Node.js/TypeScript,
|
|
6
|
-
* which is released under the MIT license.
|
|
7
|
-
*
|
|
8
|
-
* You can find a copy of the license in file LICENSE in the root
|
|
9
|
-
* directory of this repository or package, or at
|
|
10
|
-
* https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
|
|
11
|
-
*/
|
|
12
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
-
}
|
|
18
|
-
Object.defineProperty(o, k2, desc);
|
|
19
|
-
}) : (function(o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
o[k2] = m[k];
|
|
22
|
-
}));
|
|
23
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
-
}) : function(o, v) {
|
|
26
|
-
o["default"] = v;
|
|
27
|
-
});
|
|
28
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.StateMachine = void 0;
|
|
37
|
-
const p = __importStar(require("./types/protocol"));
|
|
38
|
-
const restate_context_impl_1 = require("./restate_context_impl");
|
|
39
|
-
const discovery_1 = require("./generated/proto/discovery");
|
|
40
|
-
const types_1 = require("./types/types");
|
|
41
|
-
const utils_1 = require("./utils/utils");
|
|
42
|
-
const logger_1 = require("./utils/logger");
|
|
43
|
-
const timers_1 = require("timers");
|
|
44
|
-
const protocol_1 = require("./types/protocol");
|
|
45
|
-
const journal_1 = require("./journal");
|
|
46
|
-
const errors_1 = require("./types/errors");
|
|
47
|
-
class StateMachine {
|
|
48
|
-
connection;
|
|
49
|
-
invocation;
|
|
50
|
-
protocolMode;
|
|
51
|
-
suspensionMillis;
|
|
52
|
-
journal;
|
|
53
|
-
restateContext;
|
|
54
|
-
invocationComplete = new utils_1.CompletablePromise();
|
|
55
|
-
// when this flag is true, no more work will (and may) happen
|
|
56
|
-
// this is set to true in case of
|
|
57
|
-
// - a completed invocation
|
|
58
|
-
// - a suspension
|
|
59
|
-
// - an error in the state machine
|
|
60
|
-
stateMachineClosed = false;
|
|
61
|
-
localStateStore;
|
|
62
|
-
// Whether the input channel (runtime -> service) is closed
|
|
63
|
-
// If it is closed, then we suspend immediately upon the next suspension point
|
|
64
|
-
// If it is open, then we suspend later because we might still get completions
|
|
65
|
-
inputChannelClosed = false;
|
|
66
|
-
// Suspension timeout that gets set and cleared based on completion messages;
|
|
67
|
-
suspensionTimeout;
|
|
68
|
-
constructor(connection, invocation, protocolMode, suspensionMillis = 30_000) {
|
|
69
|
-
this.connection = connection;
|
|
70
|
-
this.invocation = invocation;
|
|
71
|
-
this.protocolMode = protocolMode;
|
|
72
|
-
this.suspensionMillis = suspensionMillis;
|
|
73
|
-
this.localStateStore = invocation.localStateStore;
|
|
74
|
-
this.restateContext = new restate_context_impl_1.RestateGrpcContextImpl(this.invocation.id, this.invocation.method.service, this);
|
|
75
|
-
this.journal = new journal_1.Journal(this.invocation);
|
|
76
|
-
}
|
|
77
|
-
handleMessage(m) {
|
|
78
|
-
if (this.stateMachineClosed) {
|
|
79
|
-
// ignore this message
|
|
80
|
-
return false;
|
|
81
|
-
}
|
|
82
|
-
if (m.messageType !== protocol_1.COMPLETION_MESSAGE_TYPE) {
|
|
83
|
-
throw errors_1.RetryableError.protocolViolation(`Received message of type ${m.messageType}. Can only accept completion messages after replay has finished.`);
|
|
84
|
-
}
|
|
85
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Received completion message from Restate, adding to journal.", m.messageType, m.message);
|
|
86
|
-
this.journal.handleRuntimeCompletionMessage(m.message);
|
|
87
|
-
// Remove lingering suspension timeouts, if we are not waiting for completions anymore
|
|
88
|
-
if (this.suspensionTimeout !== undefined &&
|
|
89
|
-
this.journal.getCompletableIndices().length === 0) {
|
|
90
|
-
(0, timers_1.clearTimeout)(this.suspensionTimeout);
|
|
91
|
-
this.suspensionTimeout = undefined;
|
|
92
|
-
}
|
|
93
|
-
return false; // we are never complete
|
|
94
|
-
}
|
|
95
|
-
handleUserCodeMessage(messageType, message, completedFlag, protocolVersion, requiresAckFlag) {
|
|
96
|
-
// if the state machine is already closed, return a promise that never
|
|
97
|
-
// completes, so that the user code does not resume
|
|
98
|
-
if (this.stateMachineClosed) {
|
|
99
|
-
return wrapDeeply(new utils_1.CompletablePromise().promise);
|
|
100
|
-
}
|
|
101
|
-
const promise = this.journal.handleUserSideMessage(messageType, message);
|
|
102
|
-
const journalIndex = this.journal.getUserCodeJournalIndex();
|
|
103
|
-
// Only send the message to restate if we are not in replaying mode
|
|
104
|
-
if (this.journal.isProcessing()) {
|
|
105
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Adding message to journal and sending to Restate", messageType, message);
|
|
106
|
-
this.send(new types_1.Message(messageType, message, completedFlag, protocolVersion, requiresAckFlag));
|
|
107
|
-
}
|
|
108
|
-
else {
|
|
109
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Matched and replayed message from journal", messageType, message);
|
|
110
|
-
}
|
|
111
|
-
return wrapDeeply(promise, () => {
|
|
112
|
-
if (!p.SUSPENSION_TRIGGERS.includes(messageType)) {
|
|
113
|
-
return;
|
|
114
|
-
}
|
|
115
|
-
if (this.journal.isUnResolved(journalIndex)) {
|
|
116
|
-
this.scheduleSuspension();
|
|
117
|
-
}
|
|
118
|
-
});
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* Invokes the RPC function and returns a promise that completes when the state machine
|
|
122
|
-
* stops processing the invocation, meaning when:
|
|
123
|
-
* - The function completes with a result or an exception
|
|
124
|
-
* - The execution suspends
|
|
125
|
-
* - An error is raised in the state machine (network, API violation, ...)
|
|
126
|
-
*
|
|
127
|
-
* The returned promise resolves successfully for all the cases above, because the are (from
|
|
128
|
-
* the perspective of the state machine) expected outcomes in which it send out corresponding
|
|
129
|
-
* result messages and cleanly closed the connection.
|
|
130
|
-
*
|
|
131
|
-
* The returned promise is rejected when an unhandled error arises and the caller would be
|
|
132
|
-
* expected to ensure that resources are properly cleaned up.
|
|
133
|
-
*/
|
|
134
|
-
invoke() {
|
|
135
|
-
// --------------------------------------------------------------------------------------------
|
|
136
|
-
// Implementation note:
|
|
137
|
-
//
|
|
138
|
-
// This method is not async, because we don't want to actually await anything
|
|
139
|
-
// in there. We cannot await the completion of the actual invocation, because for long-running
|
|
140
|
-
// code (that suspends), the function invocation never completes. Instead, the state machine
|
|
141
|
-
// triggers a suspension.
|
|
142
|
-
// We need to do a bit of promise chaining for the rpc function promise, and return a different
|
|
143
|
-
// promise that completes in also in suspension and error cases.
|
|
144
|
-
// --------------------------------------------------------------------------------------------
|
|
145
|
-
// it is unexpected for the state machine to be closed here, so we raise an error in
|
|
146
|
-
// that case, unlike in other places, where we simply ignore things
|
|
147
|
-
if (this.stateMachineClosed) {
|
|
148
|
-
return Promise.reject(new Error("state machine is already closed"));
|
|
149
|
-
}
|
|
150
|
-
if (this.journal.nextEntryWillBeReplayed()) {
|
|
151
|
-
logger_1.rlog.debugInvokeMessage(this.invocation.logPrefix, "Resuming (replaying) function.");
|
|
152
|
-
}
|
|
153
|
-
else {
|
|
154
|
-
logger_1.rlog.debugInvokeMessage(this.invocation.logPrefix, "Invoking function.");
|
|
155
|
-
}
|
|
156
|
-
const resultBytes = this.invocation.method.invoke(this.restateContext, this.invocation.invocationValue);
|
|
157
|
-
resultBytes
|
|
158
|
-
.then((bytes) => {
|
|
159
|
-
// invocation successfully returned with a result value
|
|
160
|
-
try {
|
|
161
|
-
// the state machine might be closed here in some cases like when there was an error (like
|
|
162
|
-
// API violation) or a suspension, but the function code still completed
|
|
163
|
-
if (this.stateMachineClosed) {
|
|
164
|
-
logger_1.rlog.warn("Unexpected successful completion of the function after the state machine closed. " +
|
|
165
|
-
"This may indicate that: \n" +
|
|
166
|
-
"- the function code does not properly await some Restate calls " +
|
|
167
|
-
"and did not notice an error \n" +
|
|
168
|
-
"- the function code was delayed for longer than the suspension timeout \n" +
|
|
169
|
-
"- the function code contained a try-catch block around a side effect which throws retryable errors. " +
|
|
170
|
-
"This try-catch block should be placed inside the side effect.");
|
|
171
|
-
return;
|
|
172
|
-
}
|
|
173
|
-
const value = Buffer.from(bytes);
|
|
174
|
-
// handle the result value
|
|
175
|
-
const msg = new types_1.Message(protocol_1.OUTPUT_STREAM_ENTRY_MESSAGE_TYPE, protocol_1.OutputStreamEntryMessage.create({
|
|
176
|
-
value,
|
|
177
|
-
}));
|
|
178
|
-
this.journal.handleUserSideMessage(msg.messageType, msg.message);
|
|
179
|
-
if (!this.journal.outputMsgWasReplayed()) {
|
|
180
|
-
this.send(msg);
|
|
181
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Journaled and sent output message", msg.messageType, msg.message);
|
|
182
|
-
}
|
|
183
|
-
else {
|
|
184
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Replayed and matched output message from journal", msg.messageType, msg.message);
|
|
185
|
-
}
|
|
186
|
-
logger_1.rlog.debugInvokeMessage(this.invocation.logPrefix, "Function completed successfully.");
|
|
187
|
-
this.finish(value);
|
|
188
|
-
}
|
|
189
|
-
catch (e) {
|
|
190
|
-
this.unhandledError((0, errors_1.ensureError)(e));
|
|
191
|
-
}
|
|
192
|
-
})
|
|
193
|
-
.catch((e) => {
|
|
194
|
-
// because of how we try/catch in the promise handler above, this here exclusively handles
|
|
195
|
-
// errors coming from the rpc function
|
|
196
|
-
try {
|
|
197
|
-
// Sometimes the function code fails as a consequence of the state machine encountering
|
|
198
|
-
// an error before (possibly Restate closed the connection).
|
|
199
|
-
if (this.stateMachineClosed) {
|
|
200
|
-
return;
|
|
201
|
-
}
|
|
202
|
-
const error = (0, errors_1.ensureError)(e);
|
|
203
|
-
logger_1.rlog.debugInvokeMessage(this.invocation.logPrefix, "Function completed with an error: " + error.message);
|
|
204
|
-
this.finishWithError(error);
|
|
205
|
-
}
|
|
206
|
-
catch (ee) {
|
|
207
|
-
this.unhandledError((0, errors_1.ensureError)(ee));
|
|
208
|
-
}
|
|
209
|
-
});
|
|
210
|
-
// this promise here completes under any completion, including the cases where the
|
|
211
|
-
// rpc function does not end (error, suspension, ...)
|
|
212
|
-
return this.invocationComplete.promise;
|
|
213
|
-
}
|
|
214
|
-
async finishWithError(e) {
|
|
215
|
-
if (e instanceof errors_1.TerminalError) {
|
|
216
|
-
this.sendTerminalError(e);
|
|
217
|
-
}
|
|
218
|
-
else {
|
|
219
|
-
this.sendRetryableError(e);
|
|
220
|
-
}
|
|
221
|
-
await this.finish();
|
|
222
|
-
}
|
|
223
|
-
sendRetryableError(e) {
|
|
224
|
-
const msg = new types_1.Message(protocol_1.ERROR_MESSAGE_TYPE, (0, errors_1.errorToErrorMessage)(e));
|
|
225
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Invocation ended with retryable error.", msg.messageType, msg.message);
|
|
226
|
-
this.send(msg);
|
|
227
|
-
}
|
|
228
|
-
sendTerminalError(e) {
|
|
229
|
-
const msg = new types_1.Message(protocol_1.OUTPUT_STREAM_ENTRY_MESSAGE_TYPE, protocol_1.OutputStreamEntryMessage.create({
|
|
230
|
-
failure: e.toFailure(),
|
|
231
|
-
}));
|
|
232
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Invocation ended with failure message.", msg.messageType, msg.message);
|
|
233
|
-
this.journal.handleUserSideMessage(msg.messageType, msg.message);
|
|
234
|
-
if (!this.journal.outputMsgWasReplayed()) {
|
|
235
|
-
this.send(msg);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
send(message) {
|
|
239
|
-
this.connection.send(message).catch((err) => {
|
|
240
|
-
this.handleStreamError(err);
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* Closes the state machine, flushes all output, and resolves the invocation promise.
|
|
245
|
-
*/
|
|
246
|
-
async finish(value) {
|
|
247
|
-
try {
|
|
248
|
-
this.stateMachineClosed = true;
|
|
249
|
-
this.journal.close();
|
|
250
|
-
this.clearSuspensionTimeout();
|
|
251
|
-
await this.connection.end();
|
|
252
|
-
this.invocationComplete.resolve(value);
|
|
253
|
-
}
|
|
254
|
-
catch (e) {
|
|
255
|
-
this.invocationComplete.reject((0, errors_1.ensureError)(e));
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
/**
|
|
259
|
-
* This function propagates errors up to the completion promise, to be handled
|
|
260
|
-
* on the connection layer.
|
|
261
|
-
*/
|
|
262
|
-
unhandledError(e) {
|
|
263
|
-
this.invocationComplete.reject(e);
|
|
264
|
-
this.stateMachineClosed = true;
|
|
265
|
-
this.journal.close();
|
|
266
|
-
this.clearSuspensionTimeout();
|
|
267
|
-
}
|
|
268
|
-
scheduleSuspension() {
|
|
269
|
-
// If there was already a timeout set, we want to reset the time to postpone suspension as long as we make progress.
|
|
270
|
-
// So we first clear the old timeout, and then we set a new one.
|
|
271
|
-
if (this.suspensionTimeout !== undefined) {
|
|
272
|
-
(0, timers_1.clearTimeout)(this.suspensionTimeout);
|
|
273
|
-
this.suspensionTimeout = undefined;
|
|
274
|
-
}
|
|
275
|
-
const delay = this.getSuspensionMillis();
|
|
276
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Scheduling suspension in " + delay + " ms");
|
|
277
|
-
if (delay >= 0) {
|
|
278
|
-
// Set a new suspension with a new timeout
|
|
279
|
-
// The suspension will only be sent if the timeout is not canceled due to a completion.
|
|
280
|
-
// In case the delay is 0 we still schedule a timeout in order to process the suspension on the next process tick,
|
|
281
|
-
// without interrupting the current work.
|
|
282
|
-
this.suspensionTimeout = setTimeout(() => {
|
|
283
|
-
this.suspend();
|
|
284
|
-
}, delay);
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
// Suspension timeouts:
|
|
288
|
-
// Lambda case: suspend immediately when control is back in the user code
|
|
289
|
-
// Bidi streaming case:
|
|
290
|
-
// - suspend after 1 seconds if input channel is still open (can still get completions)
|
|
291
|
-
// - suspend immediately if input channel is closed (cannot get completions)
|
|
292
|
-
getSuspensionMillis() {
|
|
293
|
-
return this.protocolMode === discovery_1.ProtocolMode.REQUEST_RESPONSE ||
|
|
294
|
-
this.inputChannelClosed
|
|
295
|
-
? 0
|
|
296
|
-
: this.suspensionMillis;
|
|
297
|
-
}
|
|
298
|
-
async suspend() {
|
|
299
|
-
const indices = this.journal.getCompletableIndices();
|
|
300
|
-
// If the state is closed then we either already send a suspension
|
|
301
|
-
// or something else bad happened...
|
|
302
|
-
if (this.journal.isClosed() || indices.length === 0) {
|
|
303
|
-
return;
|
|
304
|
-
}
|
|
305
|
-
// There need to be journal entries to complete, otherwise this timeout should have been removed.
|
|
306
|
-
// A suspension message is the end of the invocation.
|
|
307
|
-
// Resolve the root call with the suspension message
|
|
308
|
-
// This will lead to a onCallSuccess call where this msg will be sent.
|
|
309
|
-
const msg = new types_1.Message(protocol_1.SUSPENSION_MESSAGE_TYPE, protocol_1.SuspensionMessage.create({
|
|
310
|
-
entryIndexes: indices,
|
|
311
|
-
}));
|
|
312
|
-
logger_1.rlog.debugJournalMessage(this.invocation.logPrefix, "Writing suspension message to journal.", msg.messageType, msg.message);
|
|
313
|
-
this.journal.handleUserSideMessage(msg.messageType, msg.message);
|
|
314
|
-
if (!this.journal.outputMsgWasReplayed()) {
|
|
315
|
-
this.send(msg);
|
|
316
|
-
}
|
|
317
|
-
logger_1.rlog.debugInvokeMessage(this.invocation.logPrefix, "Suspending function.");
|
|
318
|
-
await this.finish();
|
|
319
|
-
}
|
|
320
|
-
async notifyHandlerExecutionError(e) {
|
|
321
|
-
await this.finishWithError(e);
|
|
322
|
-
}
|
|
323
|
-
/**
|
|
324
|
-
* WARNING: make sure you use this at the right point in the code
|
|
325
|
-
* After the index has been incremented...
|
|
326
|
-
* This is error-prone... Would be good to have a better solution for this.
|
|
327
|
-
*/
|
|
328
|
-
getUserCodeJournalIndex() {
|
|
329
|
-
return this.journal.getUserCodeJournalIndex();
|
|
330
|
-
}
|
|
331
|
-
getFullServiceName() {
|
|
332
|
-
return (0, utils_1.makeFqServiceName)(this.invocation.method.packge, this.invocation.method.service);
|
|
333
|
-
}
|
|
334
|
-
handleInputClosed() {
|
|
335
|
-
if (this.journal.isClosed() ||
|
|
336
|
-
this.stateMachineClosed ||
|
|
337
|
-
this.inputChannelClosed) {
|
|
338
|
-
return;
|
|
339
|
-
}
|
|
340
|
-
this.inputChannelClosed = true;
|
|
341
|
-
logger_1.rlog.debug(this.invocation.logPrefix +
|
|
342
|
-
" : Restate closed connection to trigger suspension.");
|
|
343
|
-
// If there is a timeout planned, reset the timout to execute immediately when the work is done.
|
|
344
|
-
if (this.suspensionTimeout !== undefined) {
|
|
345
|
-
this.scheduleSuspension();
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
handleStreamError(e) {
|
|
349
|
-
logger_1.rlog.info("Aborting function execution and closing state machine due to connection error: " +
|
|
350
|
-
e.message);
|
|
351
|
-
this.unhandledError(e);
|
|
352
|
-
}
|
|
353
|
-
nextEntryWillBeReplayed() {
|
|
354
|
-
return this.journal.nextEntryWillBeReplayed();
|
|
355
|
-
}
|
|
356
|
-
clearSuspensionTimeout() {
|
|
357
|
-
if (this.suspensionTimeout !== undefined) {
|
|
358
|
-
(0, timers_1.clearTimeout)(this.suspensionTimeout);
|
|
359
|
-
this.suspensionTimeout = undefined;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
exports.StateMachine = StateMachine;
|
|
364
|
-
const wrapDeeply = (promise, cb) => {
|
|
365
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
366
|
-
return {
|
|
367
|
-
transform: function (onfulfilled, onrejected) {
|
|
368
|
-
return wrapDeeply(promise.then(onfulfilled, onrejected), cb);
|
|
369
|
-
},
|
|
370
|
-
then: function (onfulfilled, onrejected) {
|
|
371
|
-
if (cb !== undefined) {
|
|
372
|
-
cb();
|
|
373
|
-
}
|
|
374
|
-
return promise.then(onfulfilled, onrejected);
|
|
375
|
-
},
|
|
376
|
-
catch: function (onrejected) {
|
|
377
|
-
return wrapDeeply(promise.catch(onrejected), cb);
|
|
378
|
-
},
|
|
379
|
-
finally: function (onfinally) {
|
|
380
|
-
return wrapDeeply(promise.finally(onfinally), cb);
|
|
381
|
-
},
|
|
382
|
-
[Symbol.toStringTag]: "",
|
|
383
|
-
};
|
|
384
|
-
};
|
|
385
|
-
//# sourceMappingURL=state_machine.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"state_machine.js","sourceRoot":"","sources":["../src/state_machine.ts"],"names":[],"mappings":"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"}
|