ThreeMammals / Ocelot

.NET API Gateway
https://www.nuget.org/packages/Ocelot
MIT License
8.37k stars 1.64k forks source link

consul config option resolving address #2184

Closed LeonSchourek closed 1 week ago

LeonSchourek commented 1 week ago

Expected Behavior / New Feature

option to define if address should be read from node name or from address

Actual Behavior / Motivation for New Feature

reads from node name

i updated ocelot and all requests dont worked after debugging and searching i found the problem

2119

Steps to Reproduce the Problem

update ocelot from 22.* to 23.3.4

Specifications

raman-m commented 1 week ago

Is this question or real bug?

Attach ocelot.json for our review! Show your C# startup code too.

raman-m commented 1 week ago

i updated ocelot and all requests dont worked after debugging and searching i found the problem #2119

If you are able to debug .NET app, why don't you read our docs? → Consul Service Builder

LeonSchourek commented 1 week ago

oh i always read the old config.... i googled the docs and the results linked me to a old version