CondenserDotNet icon indicating copy to clipboard operation
CondenserDotNet copied to clipboard

API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib

Results 15 CondenserDotNet issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore) from 1.1.2 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.Http's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi, Can you please review this pull request to add support for net5 and net6, keeping support for netcore3.1. Regards Derek

If using the leader function we find that there is a problem with the failover. If have a single instance of service which has aquired the leadership lock, but then...

I think, it happed because `AddStaticKeyPathAsync()` method uses `ConsulConfigSource.FormValidKey()` which adds `/` character to the end. In consul documentation path looks like `/kv/:key`. https://demo.consul.io/v1/kv/hi - works https://demo.consul.io/v1/kv/hi/ - not:(

I keep my URL/port number in hosting.json like this: { "urls": "http://*:8075" } i would like to build my host like this: var config = new ConfigurationBuilder() .AddJsonFile("hosting.json", optional: false)...

Using consul we can get a "Distance" to a service which we should support