Skip to content

Consolidate gRPC and HTTP server #7049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

Conversation

grahamplata
Copy link
Contributor

@grahamplata grahamplata commented Apr 2, 2025

Resolves: https://github.com/rilldata/rill-private-issues/issues/1341

Deprecates the current dual port set up using grpc-gateway in favor of a single port solution using vanguard.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@grahamplata grahamplata force-pushed the gplata/grpc-server-config branch from 306dd74 to 1fb9ff0 Compare April 7, 2025 19:52
@grahamplata grahamplata self-assigned this Apr 7, 2025
@grahamplata grahamplata force-pushed the gplata/grpc-server-config branch 2 times, most recently from 3959e8f to 937c422 Compare April 15, 2025 18:43
@grahamplata grahamplata force-pushed the gplata/grpc-server-config branch from b9128e1 to b56e27d Compare April 17, 2025 19:05
@grahamplata grahamplata marked this pull request as ready for review April 17, 2025 19:13
@grahamplata grahamplata changed the title WIP: Consolidate gRPC and HTTP server Consolidate gRPC and HTTP server Apr 17, 2025
Comment on lines 62 to 61
GRPCPort int `default:"8080" split_words:"true"`
Port int `default:"8080" split_words:"true"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you update our Helm charts now to have this new property (so it's there before we merge)? https://github.com/rilldata/rill-helm-charts.

Probably also best to double check with @kaspersjo if we need to update anywhere else.

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.

2 participants