Closed semyonslepov closed 6 years ago
Changed variable names for URL base to less ambiguous.
As the empty URL is not possible for Eureka it's safe to make eureka/v2
default value for this base.
@seh
Is there anything else to change before the final approval and merge?
@seh @ryansb @damtur
Sorry, but I don’t have permission to merge PRs in this repository. I can review and approve then, but not merge them.
For what it’s worth, again, I think we should merge this.
I'm working on getting that merged.
I have not found any issues with this merging. Thank you very much for contribution @semyonslepov and thank you @seh for great comments.
Right now server application context for DNS ServiceURLs discovery is hardcoded to
eureka/v2
while it could be set to a different value on the server side. This simple patch makes it configurable.