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

Drop overlapping configuration in reactive implementation #1525

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Nov 25, 2023

No description provided.

@wind57 wind57 changed the title Align fabric8 k8s discovery clients part 22 Drop overlapping configuration in reactive implementation Nov 25, 2023
@@ -39,6 +41,13 @@ public KubernetesReactiveDiscoveryClient(WebClient.Builder webClientBuilder,
this.webClient = webClientBuilder.baseUrl(properties.getDiscoveryServerUrl()).build();
}

KubernetesReactiveDiscoveryClient(WebClient.Builder webClientBuilder, KubernetesDiscoveryProperties properties) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

same exact changes, but this time for the reactive implementation

@wind57 wind57 marked this pull request as ready for review November 30, 2023 21:57
@wind57
Copy link
Contributor Author

wind57 commented Nov 30, 2023

@ryanjbaxter last one for today: reactive counterpart of the previous PR. thx!

@wind57
Copy link
Contributor Author

wind57 commented Dec 1, 2023

gentle reminder in case this went under the radar...

@ryanjbaxter ryanjbaxter added this to the 3.0.6 milestone Dec 4, 2023
@ryanjbaxter ryanjbaxter merged commit d96c7c8 into spring-cloud:3.0.x Dec 4, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants