Skip to content

Commit

Permalink
The metadata store now runs on the node grpc server
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Dec 16, 2024
1 parent ccf9584 commit 05346b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ class RestateContainer(
"RESTATE_CLUSTER_NAME" to clusterId,
"RESTATE_BIFROST__DEFAULT_PROVIDER" to "replicated",
"RESTATE_ROLES" to "[worker,admin,log-server]",
"RESTATE_METADATA_STORE_CLIENT__ADDRESS" to "http://$RESTATE_RUNTIME:5123")
"RESTATE_METADATA_STORE_CLIENT__ADDRESS" to
"http://$RESTATE_RUNTIME:$RUNTIME_NODE_PORT")

return listOf(
RestateContainer(
Expand Down

0 comments on commit 05346b1

Please sign in to comment.