servicestack-discovery-consul icon indicating copy to clipboard operation
servicestack-discovery-consul copied to clipboard

ServiceStack Plugin for Service Discovery using Consul.io

Results 9 servicestack-discovery-consul issues
Sort by recently updated
recently updated
newest added

I have deployed my API with consul configuring in IIS application. BUT when application pool is recycling then this services will be removed from Consul, and then others services which...

question

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.2.0 to 5.9.2. Release notes Sourced from ServiceStack's releases. v5.9.2 No release notes provided. v5.9 v5.9 Release Notes v5.8 v5.8 Release Notes v5.7 v5.7 Release Notes v5.6...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.2.0 to 5.9.2. Release notes Sourced from ServiceStack's releases. v5.9.2 No release notes provided. v5.9 v5.9 Release Notes v5.8 v5.8 Release Notes v5.7 v5.7 Release Notes v5.6...

dependencies

Hello, I'm trying out this plugin and I'm getting this exception on startup using the basic setup outlined in the wiki. I'm using SS v5.4.0. > ServiceStack.Discovery.Consul.GatewayServiceDiscoveryException > HResult=0x80131500 >...

log warnings when dto's that are restricted to secure connections `[Restrict(RequestAttributes.Secure)]` are registered from service with a non-secure base url.

Feature

By default only healthy services are returned, this is default behaviour of consul when using the ?passing api querystring so overriding would involve more overhead in parsing the response healthchecks...

Feature

When multiple instances of the same service are registered but have different versions the plugin should by default sort from highest to lowest. This should be an option to override...

Feature

Accurate routing relies on the fact that a RequestDTO when registered as a tag will be unique to that AppHost's service registration name in consul. when registering apphost requestDTO's (tags),...

Feature