-
-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Labels
component: coreCore functionality related issueCore functionality related issuetype: enhancementSmaller enhancement in existing integrationSmaller enhancement in existing integration
Milestone
Description
Type: Feature
Description
Currently it's impossible to customize clients created by AmazonWebserviceClientFactoryBean, specifically by adding RequestHandler2 (for example tracing instrumentation handler).
Solution
The class should accept a list of request handlers and add them before building the client.
Alternatives
At the very least, I'd like to have access to the builder before calling the factory calls builder.build() (e.g. overrider the createInstance method's behavior.).
Additional context
If you wish to accept this, I'd be happy to send a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: coreCore functionality related issueCore functionality related issuetype: enhancementSmaller enhancement in existing integrationSmaller enhancement in existing integration