feast icon indicating copy to clipboard operation
feast copied to clipboard

[Java]: Registry storage postgresql isn't unsupported in Java Kubernetes

Open vicolby opened this issue 2 years ago • 2 comments

Expected Behavior

postgresql registry should be supported when deploying feast on k8s

Current Behavior

postgresql registry is not supported when deploying feast on k8s

Steps to reproduce

Deploy feast on kubernetes with application-override.yaml: ` feast: registry: postgresql://.... registryRefreshInterval: 0 transformationServiceEndpoint: transformation-service:6566 activeStore: online stores: name: online type: REDIS config: host: redis-master port: 6379

grpc: server: port: 6566 `

Specifications

apiVersion: v1 dependencies:

  • alias: feature-server condition: feature-server.enabled name: feature-server repository: https://feast-helm-charts.storage.googleapis.com version: 0.23.2
  • alias: transformation-service condition: transformation-service.enabled name: transformation-service repository: https://feast-helm-charts.storage.googleapis.com version: 0.23.2
  • condition: redis.enabled name: redis repository: https://charts.helm.sh/stable version: 10.5.6 description: Feature store for machine learning home: https://feast.dev/ keywords:
  • machine learning
  • big data
  • mlops name: feast sources:
  • https://github.com/feast-dev/feast version: 0.23.2

Possible Solution

Here is the error image

Add postgresql here https://github.com/feast-dev/feast/blob/master/java/serving/src/main/java/feast/serving/service/config/RegistryConfigModule.java

vicolby avatar Aug 18 '22 10:08 vicolby

Hey @vicolby currently postgresql is not supported in the Java sdk.

kevjumba avatar Aug 19 '22 17:08 kevjumba

i get the same error

pengyuan avatar Sep 02 '22 06:09 pengyuan

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 31 '22 19:12 stale[bot]