implement reference grpc server

This commit is contained in:
2025-03-30 20:19:25 -04:00
parent 4bd50b75b9
commit a69cd3f44c
14 changed files with 202 additions and 27 deletions

View File

@ -1,21 +1,29 @@
# yaml-language-server: $schema=contrib/schema.json
# Custom demo-app config
demoType:
optName: demo opt
optField: 99
demoField: 99
timezone: EST5EDT
opts:
factLang: en
factType: random
# go-app config
name: Demo go-app HTTP App
name: Demo go-app
logging:
format: console
level: trace
enabled: true
otel:
enabled: false
grpc:
enabled: false
enabled: true
stdoutEnabled: true
http:
enabled: true
listen: :8080
logRequests: true
grpc:
enabled: true
enableReflection: true
listen: :8081
grpcGatewayPath: /api
enableGRPCGateway: true
enableInstrumentation: true
logRequests: true