You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to refactor builder API to use ServiceDescriptor and MethodDescriptor, which should capture all relevant information necessary to fully configure each service method.
ServiceDescriptor
service name
method descriptors
interceptors that should be applied to all service methods
default metrics configuration
health check handler
service-level security configuration
MethodDescriptor
method name
handler
method-level interceptors
metrics configuration override
method-level security configuration
The text was updated successfully, but these errors were encountered:
We need to refactor builder API to use
ServiceDescriptor
andMethodDescriptor
, which should capture all relevant information necessary to fully configure each service method.ServiceDescriptor
MethodDescriptor
The text was updated successfully, but these errors were encountered: