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
feat(client): accept custom interceptors in ConfigClient and AsyncConfigClient
Both clients now accept an optional `interceptors` list for injecting
logging, tracing, or metrics interceptors without monkeypatching.
For ConfigClient, user-supplied interceptors are placed outermost in the
grpc.intercept_channel chain (before the internal AuthInterceptor).
For AsyncConfigClient, interceptors are forwarded to the grpc.aio channel
constructor.
Closes#68
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments