Edward McFarlane
Edward McFarlane
@pd93 thanks for having a look. The new constructor methods should be used internally too.
Hey @pd93, the extra API surface may cause issues with maintenance going forwards. For the use cases of mocking another solution could be to create your own interface types which...
Closing the issue until we have a stronger use case for extending the API surface. Workarounds posted in this thread and previous discussions cover the current case.
Hey @anhnmt, default bindings aren't provided yet but it's something we would be interested in adding. On registration of an endpoint like: ```proto service UserService { rpc List(ListRequest) returns (ListResponse)...
Yes, we plan to add bindings for the default service method similar to https://cloud.google.com/endpoints/docs/grpc/transcoding#where_to_configure_transcoding
Thanks for reporting. The example is out of date (will fix). You'll need to declare the interceptor on a new line: ```go otelInterceptor, err := otelconnect.NewInterceptor() if err != nil...
Fixed by #176
Hey @abh , it currently isn't possible to update the requests context from an interceptor as the interceptor will always be called within the connect handler. Updating the context using...
As a workaround for this issue you may create a new middleware layer above the authn middleware to set a parent trace and attach it to the request context. This...
Drop docusaurus: https://github.com/emcfarlane/larking/pull/31