-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, the gRPC Server Options is a hard-coded, empty list,
Lines 82 to 92 in 6e6cf92
| // TODO: Support various gRPC server options. | |
| serverOptions := []grpc.ServerOption{} | |
| // Create and run gRPC server. | |
| observer := &observer.SimpleObserver{ | |
| AvoidServing: viper.GetBool(avoidServe.Arg), | |
| Port: viper.GetInt(option.ObserverGrpcPort.Arg), | |
| ServerOptions: serverOptions, | |
| } |
Feature request
Using viper, receive command-line and environment variable values that can be used to make grpc.ServerOptions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels