Skip to content

fix: Make feature server URL configurable#6020

Open
kchawlani19 wants to merge 1 commit intofeast-dev:masterfrom
kchawlani19:fix/feature-server-url
Open

fix: Make feature server URL configurable#6020
kchawlani19 wants to merge 1 commit intofeast-dev:masterfrom
kchawlani19:fix/feature-server-url

Conversation

@kchawlani19
Copy link

@kchawlani19 kchawlani19 commented Feb 25, 2026

Summary

  • Default curl generator URL can be set with REACT_APP_FEAST_FEATURE_SERVER_URL
  • Falls back to http://localhost:6566
  • Keeps existing localStorage behavior

Test plan

  • Open UI and verify Curl Generator default URL

Open with Devin

@kchawlani19 kchawlani19 requested a review from a team as a code owner February 25, 2026 09:51
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@kchawlani19 kchawlani19 changed the title Make feature server URL configurable in UI fix(ui): make feature server URL configurable Feb 25, 2026
@kchawlani19 kchawlani19 force-pushed the fix/feature-server-url branch from 3082026 to b641677 Compare February 25, 2026 10:10
@ntkathole ntkathole changed the title fix(ui): make feature server URL configurable fix: Make feature server URL configurable Feb 25, 2026
Signed-off-by: kchawlani19 <kchawlan@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
<EuiFieldText
value={serverUrl}
onChange={(e) => setServerUrl(e.target.value)}
placeholder="http://localhost:6566"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change placeholder as well

feastObjectQuery,
}: RegularFeatureViewCustomTabProps) => {
const data = feastObjectQuery.data as any;
const defaultServerUrl =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it could be a module-level constant, declaring it inside the component means it gets re-evaluated on every render

@ntkathole
Copy link
Member

Can we also add the documentation ?

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants