Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Conversation

@ntkathole
Copy link
Member

@ntkathole ntkathole commented Jan 30, 2026

What this PR does / why we need it:

This PR adds support for configuring the new serving options introduced in PR #5881 via the Feast Operator. These options allow users to optimize the online store (feature server) for production deployments.

Example Usage:

apiVersion: feast.dev/v1
kind: FeatureStore
metadata:
  name: my-feast
spec:
  feastProject: my_project
  services:
    onlineStore:
      server:
        workerConfigs:
          workers: -1              # Auto-calculate based on CPU cores
          workerConnections: 2000
          maxRequests: 1000
          maxRequestsJitter: 50
          keepAliveTimeout: 30
          registryTTLSeconds: 60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant