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
You can check that it succeeded by visiting http://localhost:9070/ui/invocations?service=SubscriptionService
150
+
151
+
Now you can register additional endpoints onto restate.
152
+
153
+
Some examples are just illustrations of code, but many are runnable. Their READMEs explain how to get them running. Here are the general steps:
154
+
155
+
###
156
+
157
+
### (1) Optional - Starting the Restate Server
158
+
159
+
To run an example locally, you need a running Restate Server instance.
160
+
161
+
You can skip this step if you have the docker compose setup, shown above, having started the restate server.
122
162
123
-
To run an example locally, you need a running Restate Server instance.
124
-
Some examples can be run with Docker Compose. Those already bring their own Restate server instance.
125
163
126
164
To install the Restate Server and CLI, have a look at the [installation instructions in the documentation](https://docs.restate.dev/develop/local_dev#running-restate-server--cli-locally).
0 commit comments