Skip to content

Conversation

@wplong11
Copy link
Collaborator

@wplong11 wplong11 commented Oct 9, 2022

The MethodInfo.configKey field is not more used since PR #1757 removing AsyncInvocation

The MethodInfo.configKey field is not more used since PR OpenFeign#1757 removing AsyncInvocation
Copy link
Member

@kdavisk6 kdavisk6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

configKey is required for use with HystrixFeign. This is not unused code.

@wplong11
Copy link
Collaborator Author

wplong11 commented Oct 9, 2022

@kdavisk6

configKey is required for use with HystrixFeign. This is not unused code.

MethodInfo.configKey is not used.
HystrixFeign uses configKey, but it uses Feign.configKey, not MethodInfo.configKey.
I deleted configKey from MethodInfo, and HystrixFeign does not reference MethodInfo

@kdavisk6 kdavisk6 added the ready to merge Will be merged if no other member ask for changes label Oct 10, 2022
@velo velo merged commit 6378ae2 into OpenFeign:master Oct 11, 2022
@wplong11 wplong11 deleted the remove-unused-code-from-MethodInfo branch October 11, 2022 22:02
velo added a commit that referenced this pull request Oct 7, 2024
The MethodInfo.configKey field is not more used since PR #1757 removing AsyncInvocation

Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
velo added a commit that referenced this pull request Oct 8, 2024
The MethodInfo.configKey field is not more used since PR #1757 removing AsyncInvocation

Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to merge Will be merged if no other member ask for changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants