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
`netcat`, `telnet`, or even `curl` can be used to test whether all services are available and ports are open, but `grpc_cli` is the most powerful. It can be installed from [here](https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md).
@@ -107,7 +107,7 @@ ListProjects
107
107
### Testing Feast Batch Serving and Online Serving
108
108
109
109
```bash
110
-
grpc_cli ls ${FEAST_BATCH_SERVING_URL} feast.serving.ServingService
110
+
grpc_cli ls ${FEAST_historical_serving_URL} feast.serving.ServingService
111
111
```
112
112
113
113
```text
@@ -145,7 +145,7 @@ In order to print the logs from these services, please run the commands below.
Copy file name to clipboardExpand all lines: examples/feast-xgboost-churn-prediction-tutorial/Telecom Customer Churn Prediction (with Feast and XGBoost).ipynb
0 commit comments