We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
feat: Support proto library
8829f5e
ref zalopay-oss/backstage-grpc-playground#9
zalopay-oss/backstage-grpc-playground-backend#4 and #10 not working as expected
Sorry, something went wrong.
fr0stf0x
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: