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 library #9

Open
fr0stf0x opened this issue Aug 29, 2022 · 1 comment
Open

Support proto library #9

fr0stf0x opened this issue Aug 29, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fr0stf0x
Copy link
Collaborator

Let's say some APIs need a common library "google-apis"

We need a feature to support user to config "google-apis" as a library

something like

apiVersion: backstage.io/v1alpha1
kind: API
metadata:
  name: helloworld-unary-api
  description: helloworld unary gRPC
  
spec:
  type: grpc
  lifecycle: production
  owner: zalopay-oss
  definition:
    $text: https://github.com/zalopay-oss/backstage-grpc-playground/blob/main/examples/unary/helloworld.proto
  files:
    - file_name: helloworld.proto
      file_path: examples/unary/helloworld.proto
      url: https://github.com/zalopay-oss/backstage-grpc-playground/blob/main/examples/unary/helloworld.proto
  libraries: 
    - name: google-apis
      path: google
      url: https://github.com/zalopay-oss/backstage-grpc-playground/blob/main/examples/libraries/google-apis
  targets:
    dev:
      host: 0.0.0.0
      port: 8084
@fr0stf0x fr0stf0x added the enhancement New feature or request label Aug 29, 2022
@fr0stf0x fr0stf0x self-assigned this Aug 29, 2022
fr0stf0x added a commit to zalopay-oss/backstage-grpc-playground-backend that referenced this issue Aug 29, 2022
@anhldbk anhldbk added the good first issue Good for newcomers label Nov 1, 2022
@fr0stf0x
Copy link
Collaborator Author

fr0stf0x commented Nov 1, 2022

zalopay-oss/backstage-grpc-playground-backend#4 and #10 not working as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants