Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of qualifier loose client configuration #683

Open
clmath opened this issue Oct 1, 2024 · 0 comments
Open

Use of qualifier loose client configuration #683

clmath opened this issue Oct 1, 2024 · 0 comments

Comments

@clmath
Copy link

clmath commented Oct 1, 2024

After the changes in #642, client configuration is lost when a qualifier is used.
It seems that configuration are registered to the qualifier but resolved using the client name.

Sample :

@ReactiveFeignClient(name = "auth-server", configuration = AuthConfig.class, qualifier = "auth-client-with-config")
public interface AuthClient {
    // AuthConfig is ignored
}

If you use the same value for name and qualifier, the configuration is working as expected.

See also #673

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant