-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
read Downstream url error #1026
Labels
bug
Identified as a potential bug
Consul
Service discovery by Consul
merged
Issue has been merged to dev and is waiting for the next release
Service Discovery
Ocelot feature: Service Discovery
Spring'24
Spring 2024 release
Milestone
Comments
Hi Its a known issue |
Leandropintogit
pushed a commit
to Leandropintogit/Ocelot
that referenced
this issue
Oct 29, 2019
Leandropintogit
pushed a commit
to Leandropintogit/Ocelot
that referenced
this issue
Oct 29, 2019
Duplicate of #909 |
Duplicate of #954 |
raman-m
added
bug
Identified as a potential bug
Service Discovery
Ocelot feature: Service Discovery
Consul
Service discovery by Consul
Spring'24
Spring 2024 release
labels
May 15, 2024
raman-m
added a commit
that referenced
this issue
May 27, 2024
…e discovery provider (#2067) * Interfaces folder and namespace * `IConsulServiceBuilder` interface vs `ConsulServiceBuilder` class * Inject services into `ConsulServiceBuilder` * Extend `IConsulServiceBuilder` interface * Finalize design of the customization. No JSON options because `ServiceDiscoveryProvider` are generalized for all types of providers * Remove BDDfy in favor of AAA pattern * Refactor original unit tests * Rename to `DefaultConsulServiceBuilder` * Update src/Ocelot.Provider.Consul/DefaultConsulServiceBuilder.cs Update `IsValid(ServiceEntry entry)` Co-authored-by: Raynald Messié <[email protected]> * Code review by @RaynaldM * Read the node instance from `ServiceEntry`. If it is null, search for a node in the common collection. * Refactor `OcelotBuilderExtensionsTests` * The generic `AddConsul<TServiceBuilder>(IOcelotBuilder)` method * Rename to `ConsulTests` * Unit tests: 100% coverage * Move to `ServiceDiscovery` folder * DRY: GivenServiceEntry, GivenRoute * Convert to file-scoped namespace * Inherit from `Steps` * Refactor acceptance tests * Acceptance test for #954 user scenario * Move "Store Configuration in Consul" to "Service Discovery" * Feature docs --------- Co-authored-by: Raynald Messié <[email protected]>
raman-m
added
the
merged
Issue has been merged to dev and is waiting for the next release
label
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Identified as a potential bug
Consul
Service discovery by Consul
merged
Issue has been merged to dev and is waiting for the next release
Service Discovery
Ocelot feature: Service Discovery
Spring'24
Spring 2024 release
message: Downstream url is http://business-a:3007/code/api/test/printf
uri is nodename , why not Downstream ip address?
Version:13.5.2 uri is nodename
Version:13.5.1 uri is Downstream ip
consul client reg:---->consul agent -bind=192.168.0.78 -client=192.168.0.78 -data-dir=/home/tmp/consul -node=business-a -join 192.168.0.26
Specifications
The text was updated successfully, but these errors were encountered: