Skip to content

Add ability to filter out client interceptors for InProcess channel factories #195

Closed
@onobc

Description

@onobc

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions