servicestack-discovery-consul
servicestack-discovery-consul copied to clipboard
ServiceStack Plugin for Service Discovery using Consul.io
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...
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...
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...
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.
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...
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...
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),...