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

Add load balancer auto-configuration for RestClient #1293

Closed
hpoettker opened this issue Oct 23, 2023 · 1 comment · Fixed by #1294
Closed

Add load balancer auto-configuration for RestClient #1293

hpoettker opened this issue Oct 23, 2023 · 1 comment · Fixed by #1294
Assignees
Milestone

Comments

@hpoettker
Copy link

Status Quo

The Spring Cloud Load Balancer currently offers auto-configuration for RestTemplate and WebClient.

I assume the LoadBalancerInterceptor and RetryLoadBalancerInterceptor will work with the new RestClient in the same way as with the RestTemplate. But there currently is no auto-configuration for RestClient available.

Feature Request

Add configuration support with annotations like @LoadBalanced for the RestClient.

@OlgaMaciaszek
Copy link
Collaborator

Thanks for creating the issue, @hpoettker. We're currently working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants