Make the InvocationHandler plugable via a new InvocationHandlerFactory#105
Make the InvocationHandler plugable via a new InvocationHandlerFactory#105spencergibb wants to merge 1 commit intoOpenFeign:masterfrom spencergibb:plugable-invocation-handler
Conversation
|
Looks like a reasonable change to me. What sort of alternate behaviors do you have need of for the InvocationHandler? |
|
feign-pull-requests #143 FAILURE |
|
I'm trying to integrate some of the Netflix OSS components and spring halfpipe/next I really like feign, and like Hystrix, but want them to work together: I want to auto-configure the HystrixCommand using spring. I had a Proxy of the Feign Proxy, but I had to jump through hoops and it added an extra layer. Not sure about the LoggerTest failure. I get different errors on my box than cloudbees. |
There was a problem hiding this comment.
nit: axe the minutea :)
|
@spencergibb So, I've noticed some things need to be changed to support what you've sketched out more nicely. If you don't mind, I'll give a stab at doing so, because I think your idea is a good one. |
|
Let's continue discussing here! #109 Lemme know if this works for you. |
No description provided.