Skip to content

Commit 57ac1ab

Browse files
committed
docs: Fix Java debug docs
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 0f9d115 commit 57ac1ab

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

java/serving/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
### Overview
44
This guide is targeted at developers looking to contribute to Feast Serving:
5-
- [Building and running Feast Serving locally](#building-and-running-feast-serving-locally)
6-
- [Unit / Integration Tests](#unit-/-integration-tests)
7-
- [Developing against Feast Helm charts](#developing-against-feast-helm-charts)
5+
- [Getting Started Guide for Feast Serving Developers](#getting-started-guide-for-feast-serving-developers)
6+
- [Overview](#overview)
7+
- [Building and running Feast Serving locally:](#building-and-running-feast-serving-locally)
8+
- [Pre-requisites](#pre-requisites)
9+
- [Steps](#steps)
10+
- [Debugging Feast Serving](#debugging-feast-serving)
11+
- [Unit / Integration Tests](#unit--integration-tests)
12+
- [Developing against Feast Helm charts](#developing-against-feast-helm-charts)
813

914
### Building and running Feast Serving locally:
1015

@@ -25,12 +30,14 @@ From the Feast GitHub root, run:
2530
feast:
2631
project: feast_demo
2732
registry: /Users/[your username]/GitHub/feast-demo/feature_repo/data/registry.db
33+
entityKeySerializationVersion: 2
2834
```
2935
2. An example of if you're using Redis with a remote registry:
3036
```yaml
3137
feast:
3238
project: feast_java_demo
3339
registry: gs://[YOUR BUCKET]/demo-repo/registry.db
40+
entityKeySerializationVersion: 2
3441
activeStore: online
3542
stores:
3643
- name: online

0 commit comments

Comments
 (0)