You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServiceAddressResolver Class: The ServiceAddressResolver class is designed to meet the requirements of most production environments. In extreme scenarios, developers can customize their own logic by overriding the ServiceAddressResolver bean methods.
Compatibility Enhancement: The code now supports direct URI requests while maintaining full compatibility with existing logic. No changes were made to the original functionality - only additional support for direct connection URLs has been added.
Hi @spencergibb ,
I hope this message finds you well. I wanted to kindly ask for your feedback on this PR - would it be possible to get it merged?
I'm curious if there's a release plan for the next 4.3.x version? The functionality in this PR is actually needed for a project I'm currently working on, so I'd greatly appreciate if it could be merged and potentially included in a minor release soon.
Thank you so much for your time and consideration. Please let me know if there's anything else you'd like me to address or improve.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add ServiceAddressResolver class to support LoadBalanced RestTemplate direct access to services via IP address and port
… direct access to services via IP address and port (#1601)