Skip to content
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

Support Proto Upload path to GCS #6

Open
praveensanap opened this issue Jan 26, 2023 · 1 comment
Open

Support Proto Upload path to GCS #6

praveensanap opened this issue Jan 26, 2023 · 1 comment

Comments

@praveensanap
Copy link

We horizontally scale our backstage backend servers on k8s.

grpc-playground works in two steps.

  1. call to /proto-info/:entity endpoint. where the proto definition is copied to local file.
  2. call to /send-request/:entity where the actual call is made.

now if there are two pods backstage backend, first call can go to first pod, and second call can go to second pods, and cause missing proto error.

Is there a way to solve this by having a common source for .proto files, say like GCS/S3 bucket.

@fr0stf0x
Copy link
Collaborator

Thanks. This plugin should support backstage discovery feature

Please try configuring AWS S3 discovery along with this configuration guideline and report if it works

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

No branches or pull requests

2 participants