Microphone
Microphone copied to clipboard
Looks like consul now does not like POST requests to it's api and it seems PUT should now be used instead. Cluster.RegisterService now fails due to this as it's POSTing...
I would like to find a few developers that could take on the maintenance of Microphone. I have a bit too much on my plate and I don't do a...
Post Method is not working anymore (Method Not Allowed) Changed to PutAsync and it register to consul normally.
Explore https://github.com/Netflix/Hystrix to see if we can port some of the core concepts for reciliency.
consul_1 | ==> Starting Consul agent... consul_1 | ==> Starting Consul agent RPC... consul_1 | ==> Consul agent running! consul_1 | Version: 'v0.7.5' consul_1 | Node ID: '50357575-f0d8-4cb5-bbd6-f855776d999a' consul_1 |...
I installed the Nuget Packages, which seem to be based on the DotNetCore branch and the Microphone.Core.Configuration.FreeTcpPort() method seems to have debugging code still in it.
I am running Consul on Windows in Development mode. However, I have a problem in registering a service. **Code** ``` class Program { static void Main(string[] args) { var options...
I created the simple web api service as below var options = new ConsulOptions(); options.Host = "198.160.161.XXX"; options.Port = 8500; options.NameResolution = ConsulNameResolution.HttpApi; options.NameResolution = ConsulNameResolution.EbayFabio var loggerFactory = new...
Hello! Any way to deregister services using your library?
I like the idea of Microphone. In our enterprise we have a lot of WCF services. Therefore I am investigating if it is possible to add WCF support to Microphone....