Closed
Description
The main feature request from #144 was solved in a087eac. However, one aspect that we left for later was the ability to filter out the global client interceptors from the InProcess channel factories (example here).
To prevent coupling the @GlobalClientInterceptor
from the list of supported interceptors, an idea is to allow a BiFunction<ClientInterceptor, GrpcChannelFactory, Boolean>
to be user-configured.